[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
+1 -1
View File
@@ -4,7 +4,7 @@ apply plugin: 'kotlin'
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:$buildKotlinVersion"
compile project(path: ':backend.native', configuration: 'cli_bc')
compile 'org.jetbrains.kotlin:kotlin-native-shared'
compile "org.jetbrains.kotlin:kotlin-native-shared:$konanVersion"
compile 'junit:junit:4.12'
}