Drop redundant dependencies on :native:kotlin-native-utils

This commit is contained in:
Dmitriy Dolovov
2020-03-30 11:58:01 +07:00
parent 31a1f8ff4b
commit e69b2ed47d
9 changed files with 8 additions and 18 deletions
-1
View File
@@ -115,7 +115,6 @@ dependencies {
testCompileOnly(intellijPluginDep("coverage"))
testRuntimeOnly(toolsJar())
testRuntime(project(":native:kotlin-native-utils")) { isTransitive = false }
testRuntime(commonDep("org.jetbrains", "markdown"))
testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false }
testRuntime(project(":kotlin-reflect"))
+1 -2
View File
@@ -35,8 +35,7 @@ dependencies {
testCompile(project(":idea:idea-native")) { isTransitive = false }
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
testRuntime(project(":native:frontend.native")) { isTransitive = false }
testRuntime(project(":native:kotlin-native-utils")) { isTransitive = false }
testRuntime(project(":native:frontend.native"))
testCompile(intellijDep())
testCompile(intellijPluginDep("properties"))
-1
View File
@@ -23,7 +23,6 @@ dependencies {
}
testRuntime(intellijRuntimeAnnotations())
testRuntime(project(":native:kotlin-native-utils")) { isTransitive = false }
testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false }
testRuntime(project(":kotlin-reflect"))
testRuntime(project(":kotlin-preloader"))
+2 -4
View File
@@ -8,7 +8,7 @@ dependencies {
compileOnly(project(":idea"))
compileOnly(project(":idea:idea-jvm"))
compileOnly(project(":idea:idea-native")) { isTransitive = false }
compileOnly(project(":idea:idea-native"))
compile(project(":idea:kotlin-gradle-tooling"))
Platform[193].orLower {
compile(project(":idea:idea-gradle-tooling-api"))
@@ -19,7 +19,7 @@ dependencies {
compile(project(":js:js.frontend"))
compile(project(":native:kotlin-native-utils")) { isTransitive = false }
compile(project(":native:frontend.native"))
compileOnly(intellijDep())
compileOnly(intellijPluginDep("gradle"))
@@ -51,8 +51,6 @@ dependencies {
testCompile(project(":idea:idea-native")) { isTransitive = false }
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
testRuntime(project(":native:frontend.native")) { isTransitive = false }
testRuntime(project(":native:kotlin-native-utils")) { isTransitive = false }
if (Ide.IJ()) {
testRuntime(project(":idea:idea-new-project-wizard"))
}
+1 -2
View File
@@ -42,8 +42,7 @@ dependencies {
}
testCompile(project(":idea:idea-native")) { isTransitive = false }
testRuntime(project(":native:frontend.native")) { isTransitive = false }
testRuntime(project(":native:kotlin-native-utils")) { isTransitive = false }
testRuntime(project(":native:frontend.native"))
testRuntimeOnly(toolsJar())
testRuntime(project(":kotlin-reflect"))
@@ -32,8 +32,7 @@ dependencies {
testRuntime(project(":idea:idea-jvm"))
testRuntime(project(":idea:idea-native")) { isTransitive = false }
testRuntime(project(":idea:idea-gradle-native")) { isTransitive = false }
testRuntime(project(":native:frontend.native")) { isTransitive = false }
testRuntime(project(":native:kotlin-native-utils")) { isTransitive = false }
testRuntime(project(":native:frontend.native"))
testRuntime(project(":kotlin-reflect"))
testRuntime(project(":sam-with-receiver-ide-plugin"))
+1 -2
View File
@@ -33,8 +33,7 @@ dependencies {
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
testRuntimeOnly(toolsJar())
testRuntime(project(":native:frontend.native")) { isTransitive = false }
testRuntime(project(":native:kotlin-native-utils")) { isTransitive = false }
testRuntime(project(":native:frontend.native"))
testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false }
testRuntime(project(":idea:idea-jvm"))
testRuntime(project(":idea:idea-android"))
@@ -34,8 +34,7 @@ dependencies {
testCompile(commonDep("junit:junit"))
testCompile(project(":idea:idea-native")) { isTransitive = false }
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
testRuntime(project(":native:frontend.native")) { isTransitive = false }
testRuntime(project(":native:kotlin-native-utils")) { isTransitive = false }
testRuntime(project(":native:frontend.native"))
testRuntime(project(":kotlin-reflect"))
testCompile(intellijPluginDep("android"))
testCompile(intellijPluginDep("Groovy"))
+1 -2
View File
@@ -39,8 +39,7 @@ dependencies {
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
testRuntimeOnly(toolsJar())
testRuntime(project(":native:frontend.native")) { isTransitive = false }
testRuntime(project(":native:kotlin-native-utils")) { isTransitive = false }
testRuntime(project(":native:frontend.native"))
testRuntime(project(":kotlin-reflect"))
testRuntime(project(":idea:idea-android"))
testRuntime(project(":idea:idea-gradle"))