mirror of
https://github.com/DanilaFe/abacus
synced 2024-11-15 15:13:08 -08:00
9 lines
164 B
Groovy
9 lines
164 B
Groovy
|
plugins {
|
||
|
id 'org.jetbrains.kotlin.jvm' version '1.1.3'
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
compile 'com.moandjiezana.toml:toml4j:0.7.1'
|
||
|
testCompile 'junit:junit:4.12'
|
||
|
}
|