1
0
mirror of https://github.com/DanilaFe/abacus synced 2024-11-14 14:43:08 -08:00
Abacus/build.gradle

14 lines
180 B
Groovy

subprojects {
apply plugin: 'java'
repositories {
mavenCentral()
}
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:1.1.3"
}
}