Drop redundant dependencies on :native:kotlin-native-utils
This commit is contained in:
@@ -115,7 +115,6 @@ dependencies {
|
|||||||
testCompileOnly(intellijPluginDep("coverage"))
|
testCompileOnly(intellijPluginDep("coverage"))
|
||||||
|
|
||||||
testRuntimeOnly(toolsJar())
|
testRuntimeOnly(toolsJar())
|
||||||
testRuntime(project(":native:kotlin-native-utils")) { isTransitive = false }
|
|
||||||
testRuntime(commonDep("org.jetbrains", "markdown"))
|
testRuntime(commonDep("org.jetbrains", "markdown"))
|
||||||
testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false }
|
testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false }
|
||||||
testRuntime(project(":kotlin-reflect"))
|
testRuntime(project(":kotlin-reflect"))
|
||||||
|
|||||||
@@ -35,8 +35,7 @@ dependencies {
|
|||||||
|
|
||||||
testCompile(project(":idea:idea-native")) { isTransitive = false }
|
testCompile(project(":idea:idea-native")) { isTransitive = false }
|
||||||
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
|
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
|
||||||
testRuntime(project(":native:frontend.native")) { isTransitive = false }
|
testRuntime(project(":native:frontend.native"))
|
||||||
testRuntime(project(":native:kotlin-native-utils")) { isTransitive = false }
|
|
||||||
|
|
||||||
testCompile(intellijDep())
|
testCompile(intellijDep())
|
||||||
testCompile(intellijPluginDep("properties"))
|
testCompile(intellijPluginDep("properties"))
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
testRuntime(intellijRuntimeAnnotations())
|
testRuntime(intellijRuntimeAnnotations())
|
||||||
testRuntime(project(":native:kotlin-native-utils")) { isTransitive = false }
|
|
||||||
testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false }
|
testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false }
|
||||||
testRuntime(project(":kotlin-reflect"))
|
testRuntime(project(":kotlin-reflect"))
|
||||||
testRuntime(project(":kotlin-preloader"))
|
testRuntime(project(":kotlin-preloader"))
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ dependencies {
|
|||||||
|
|
||||||
compileOnly(project(":idea"))
|
compileOnly(project(":idea"))
|
||||||
compileOnly(project(":idea:idea-jvm"))
|
compileOnly(project(":idea:idea-jvm"))
|
||||||
compileOnly(project(":idea:idea-native")) { isTransitive = false }
|
compileOnly(project(":idea:idea-native"))
|
||||||
compile(project(":idea:kotlin-gradle-tooling"))
|
compile(project(":idea:kotlin-gradle-tooling"))
|
||||||
Platform[193].orLower {
|
Platform[193].orLower {
|
||||||
compile(project(":idea:idea-gradle-tooling-api"))
|
compile(project(":idea:idea-gradle-tooling-api"))
|
||||||
@@ -19,7 +19,7 @@ dependencies {
|
|||||||
|
|
||||||
compile(project(":js:js.frontend"))
|
compile(project(":js:js.frontend"))
|
||||||
|
|
||||||
compile(project(":native:kotlin-native-utils")) { isTransitive = false }
|
compile(project(":native:frontend.native"))
|
||||||
|
|
||||||
compileOnly(intellijDep())
|
compileOnly(intellijDep())
|
||||||
compileOnly(intellijPluginDep("gradle"))
|
compileOnly(intellijPluginDep("gradle"))
|
||||||
@@ -51,8 +51,6 @@ dependencies {
|
|||||||
|
|
||||||
testCompile(project(":idea:idea-native")) { isTransitive = false }
|
testCompile(project(":idea:idea-native")) { isTransitive = false }
|
||||||
testCompile(project(":idea:idea-gradle-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()) {
|
if (Ide.IJ()) {
|
||||||
testRuntime(project(":idea:idea-new-project-wizard"))
|
testRuntime(project(":idea:idea-new-project-wizard"))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -42,8 +42,7 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
testCompile(project(":idea:idea-native")) { isTransitive = false }
|
testCompile(project(":idea:idea-native")) { isTransitive = false }
|
||||||
testRuntime(project(":native:frontend.native")) { isTransitive = false }
|
testRuntime(project(":native:frontend.native"))
|
||||||
testRuntime(project(":native:kotlin-native-utils")) { isTransitive = false }
|
|
||||||
|
|
||||||
testRuntimeOnly(toolsJar())
|
testRuntimeOnly(toolsJar())
|
||||||
testRuntime(project(":kotlin-reflect"))
|
testRuntime(project(":kotlin-reflect"))
|
||||||
|
|||||||
@@ -32,8 +32,7 @@ dependencies {
|
|||||||
testRuntime(project(":idea:idea-jvm"))
|
testRuntime(project(":idea:idea-jvm"))
|
||||||
testRuntime(project(":idea:idea-native")) { isTransitive = false }
|
testRuntime(project(":idea:idea-native")) { isTransitive = false }
|
||||||
testRuntime(project(":idea:idea-gradle-native")) { isTransitive = false }
|
testRuntime(project(":idea:idea-gradle-native")) { isTransitive = false }
|
||||||
testRuntime(project(":native:frontend.native")) { isTransitive = false }
|
testRuntime(project(":native:frontend.native"))
|
||||||
testRuntime(project(":native:kotlin-native-utils")) { isTransitive = false }
|
|
||||||
|
|
||||||
testRuntime(project(":kotlin-reflect"))
|
testRuntime(project(":kotlin-reflect"))
|
||||||
testRuntime(project(":sam-with-receiver-ide-plugin"))
|
testRuntime(project(":sam-with-receiver-ide-plugin"))
|
||||||
|
|||||||
@@ -33,8 +33,7 @@ dependencies {
|
|||||||
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
|
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
|
||||||
|
|
||||||
testRuntimeOnly(toolsJar())
|
testRuntimeOnly(toolsJar())
|
||||||
testRuntime(project(":native:frontend.native")) { isTransitive = false }
|
testRuntime(project(":native:frontend.native"))
|
||||||
testRuntime(project(":native:kotlin-native-utils")) { isTransitive = false }
|
|
||||||
testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false }
|
testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false }
|
||||||
testRuntime(project(":idea:idea-jvm"))
|
testRuntime(project(":idea:idea-jvm"))
|
||||||
testRuntime(project(":idea:idea-android"))
|
testRuntime(project(":idea:idea-android"))
|
||||||
|
|||||||
@@ -34,8 +34,7 @@ dependencies {
|
|||||||
testCompile(commonDep("junit:junit"))
|
testCompile(commonDep("junit:junit"))
|
||||||
testCompile(project(":idea:idea-native")) { isTransitive = false }
|
testCompile(project(":idea:idea-native")) { isTransitive = false }
|
||||||
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
|
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
|
||||||
testRuntime(project(":native:frontend.native")) { isTransitive = false }
|
testRuntime(project(":native:frontend.native"))
|
||||||
testRuntime(project(":native:kotlin-native-utils")) { isTransitive = false }
|
|
||||||
testRuntime(project(":kotlin-reflect"))
|
testRuntime(project(":kotlin-reflect"))
|
||||||
testCompile(intellijPluginDep("android"))
|
testCompile(intellijPluginDep("android"))
|
||||||
testCompile(intellijPluginDep("Groovy"))
|
testCompile(intellijPluginDep("Groovy"))
|
||||||
|
|||||||
@@ -39,8 +39,7 @@ dependencies {
|
|||||||
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
|
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
|
||||||
|
|
||||||
testRuntimeOnly(toolsJar())
|
testRuntimeOnly(toolsJar())
|
||||||
testRuntime(project(":native:frontend.native")) { isTransitive = false }
|
testRuntime(project(":native:frontend.native"))
|
||||||
testRuntime(project(":native:kotlin-native-utils")) { isTransitive = false }
|
|
||||||
testRuntime(project(":kotlin-reflect"))
|
testRuntime(project(":kotlin-reflect"))
|
||||||
testRuntime(project(":idea:idea-android"))
|
testRuntime(project(":idea:idea-android"))
|
||||||
testRuntime(project(":idea:idea-gradle"))
|
testRuntime(project(":idea:idea-gradle"))
|
||||||
|
|||||||
Reference in New Issue
Block a user