Revert "Use kotlin-native-shared in the Gradle plugin"

This reverts commit c9ed648303.
This commit is contained in:
Ilya Matveev
2019-05-27 12:36:36 +03:00
parent 9a5c9a2180
commit cfb8e75829
12 changed files with 48 additions and 41 deletions
@@ -38,6 +38,7 @@ dependencies {
compileOnly(project(":daemon-common"))
compile(kotlinStdlib())
compile(project(":kotlin-native:kotlin-native-utils"))
compileOnly(project(":kotlin-reflect-api"))
compileOnly(project(":kotlin-android-extensions"))
compileOnly(project(":kotlin-build-common"))
@@ -69,10 +70,6 @@ dependencies {
jarContents(compileOnly(intellijDep()) {
includeJars("asm-all", "serviceMessages", "gson", rootProject = rootProject)
})
jarContents(compileOnly(commonDep("org.jetbrains.kotlin:kotlin-native-shared")) {
isTransitive = false
})
// com.android.tools.build:gradle has ~50 unneeded transitive dependencies
compileOnly("com.android.tools.build:gradle:3.0.0") { isTransitive = false }