mirror of
https://github.com/DanilaFe/abacus
synced 2024-11-14 14:43:08 -08:00
14 lines
182 B
Groovy
14 lines
182 B
Groovy
subprojects {
|
|
|
|
apply plugin: 'java'
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:1.1.3"
|
|
}
|
|
}
|
|
|