1
0
mirror of https://github.com/DanilaFe/abacus synced 2025-01-09 07:44:14 -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"
}
}