blob: 219a8a8fe8d6903b29d7a9002305e09f7523c7a8 [file] [log] [blame]
Roman Elizarove1a56522018-04-04 10:31:08 +03001
2// Platform-specific configuration to compile common modules
3
4apply plugin: 'kotlin-platform-common'
5
6dependencies {
7 compile "org.jetbrains.kotlin:kotlin-stdlib-common:$kotlin_version"
8 testCompile "org.jetbrains.kotlin:kotlin-test-common:$kotlin_version"
9 testCompile "org.jetbrains.kotlin:kotlin-test-annotations-common:$kotlin_version"
10}
11