mirror of
https://github.com/DanilaFe/abacus
synced 2024-11-16 07:33:09 -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"
|
|
}
|
|
}
|
|
|