10 lines
265 B
Groovy
10 lines
265 B
Groovy
plugins{
|
|
id 'kotlin-platform-common'
|
|
}
|
|
|
|
dependencies {
|
|
compile "org.jetbrains.kotlin:kotlin-stdlib-common:$kotlin_version"
|
|
|
|
testCompile "org.jetbrains.kotlin:kotlin-test-annotations-common"
|
|
testCompile "org.jetbrains.kotlin:kotlin-test-common"
|
|
} |