Make dependencies on :kotlin-compiler project testRuntimeOnly everywhere

This commit is contained in:
Vyacheslav Gerasimov
2018-09-04 21:24:05 +03:00
parent 53a1526412
commit b868450e9a
11 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ dependencies {
testRuntime(projectDist(":kotlin-reflect"))
testRuntime(project(":kotlin-script-runtime"))
testRuntime(projectRuntimeJar(":kotlin-compiler"))
testRuntimeOnly(projectRuntimeJar(":kotlin-compiler"))
testRuntime(project(":plugins:android-extensions-ide")) { isTransitive = false }
testRuntime(project(":plugins:android-extensions-compiler")) { isTransitive = false }
testRuntime(project(":plugins:annotation-based-compiler-plugins-ide-support")) { isTransitive = false }
+1 -1
View File
@@ -72,7 +72,7 @@ dependencies {
testRuntime(projectDist(":kotlin-reflect"))
testRuntime(project(":kotlin-script-runtime"))
testRuntime(projectRuntimeJar(":kotlin-compiler"))
testRuntimeOnly(projectRuntimeJar(":kotlin-compiler"))
testRuntime(project(":plugins:android-extensions-ide")) { isTransitive = false }
testRuntime(project(":plugins:android-extensions-compiler")) { isTransitive = false }
testRuntime(project(":plugins:annotation-based-compiler-plugins-ide-support")) { isTransitive = false }
+1 -1
View File
@@ -74,7 +74,7 @@ dependencies {
testRuntime(projectDist(":kotlin-reflect"))
testRuntime(project(":kotlin-script-runtime"))
testRuntime(projectRuntimeJar(":kotlin-compiler"))
testRuntimeOnly(projectRuntimeJar(":kotlin-compiler"))
testRuntime(project(":plugins:android-extensions-ide")) { isTransitive = false }
testRuntime(project(":plugins:android-extensions-compiler")) { isTransitive = false }
testRuntime(project(":plugins:annotation-based-compiler-plugins-ide-support")) { isTransitive = false }
+1 -1
View File
@@ -74,7 +74,7 @@ dependencies {
testRuntime(projectDist(":kotlin-reflect"))
testRuntime(project(":kotlin-script-runtime"))
testRuntime(projectRuntimeJar(":kotlin-compiler"))
testRuntimeOnly(projectRuntimeJar(":kotlin-compiler"))
testRuntime(project(":plugins:android-extensions-ide")) { isTransitive = false }
testRuntime(project(":plugins:android-extensions-compiler")) { isTransitive = false }
testRuntime(project(":plugins:annotation-based-compiler-plugins-ide-support")) { isTransitive = false }