[build] Fix 'shared' jar copying

This commit is contained in:
Ilya Matveev
2017-12-30 01:09:01 +07:00
committed by ilmat192
parent 815f887465
commit 32972af5bd
6 changed files with 16 additions and 6 deletions
@@ -74,11 +74,11 @@ configurations {
}
dependencies {
compile 'org.jetbrains.kotlin:kotlin-native-shared'
compile "org.jetbrains.kotlin:kotlin-native-shared:$konanVersion"
compile "org.jetbrains.kotlin:kotlin-stdlib:$buildKotlinVersion"
compile gradleApi()
bundleDependencies 'org.jetbrains.kotlin:kotlin-native-shared'
bundleDependencies "org.jetbrains.kotlin:kotlin-native-shared:$konanVersion"
testCompile gradleTestKit()
testCompile 'junit:junit:4.12'