blob: 0c70548eb8c5d78bd463545290b62850e8bdef24 [file] [log] [blame]
Roman Elizarov1f74a2d2018-06-29 19:19:45 +03001/*
2 * Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3 */
Roman Elizarove1a56522018-04-04 10:31:08 +03004
5// Platform-specific configuration to compile common modules
6
7apply plugin: 'kotlin-platform-common'
8
Roman Elizarov31452902018-04-11 13:58:19 +03009kotlin.experimental.coroutines "enable"
10
Roman Elizarove1a56522018-04-04 10:31:08 +030011dependencies {
12 compile "org.jetbrains.kotlin:kotlin-stdlib-common:$kotlin_version"
13 testCompile "org.jetbrains.kotlin:kotlin-test-common:$kotlin_version"
14 testCompile "org.jetbrains.kotlin:kotlin-test-annotations-common:$kotlin_version"
15}