blob: 3a9bb1416399142de1b25821231e200d8d218473 [file] [log] [blame]
// Platform-specific configuration to compile common modules
apply plugin: 'kotlin-platform-common'
kotlin.experimental.coroutines "enable"
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-common:$kotlin_version"
testCompile "org.jetbrains.kotlin:kotlin-test-common:$kotlin_version"
testCompile "org.jetbrains.kotlin:kotlin-test-annotations-common:$kotlin_version"
}