Revert "Use kotlin-native-shared in the Gradle plugin"
This reverts commit c9ed648303.
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user