2018-09-23 21:09:35 +03:00
|
|
|
plugins{
|
2018-09-19 10:15:25 +03:00
|
|
|
id 'kotlin-platform-common'
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile "org.jetbrains.kotlin:kotlin-stdlib-common:$kotlin_version"
|
2018-09-25 12:06:35 +03:00
|
|
|
|
2018-09-19 10:15:25 +03:00
|
|
|
testCompile "org.jetbrains.kotlin:kotlin-test-annotations-common"
|
|
|
|
testCompile "org.jetbrains.kotlin:kotlin-test-common"
|
|
|
|
}
|