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