Revert "Depend on kotlin-native-shared from a separate repo"

This reverts commit a2370920db.
This commit is contained in:
Ilya Matveev
2019-05-27 16:24:28 +03:00
committed by Ilya Matveev
parent 99561ab92f
commit 5745b31853
79 changed files with 4199 additions and 257 deletions
+9 -1
View File
@@ -17,8 +17,16 @@
apply plugin: "cpp"
apply plugin: "c"
apply from: "${rootProject.projectDir}/gradle/kotlinGradlePlugin.gradle"
buildscript {
ext.rootBuildDirectory = file('..')
apply from: "$rootBuildDirectory/gradle/kotlinGradlePlugin.gradle"
dependencies {
classpath "org.jetbrains.kotlin:kotlin-stdlib:$buildKotlinVersion"
classpath "org.jetbrains.kotlin:kotlin-native-shared:$konanVersion"
}
}
import org.jetbrains.kotlin.konan.target.ClangArgs
model {