Parcelize: Add missing dependencies to Parcelize components in tests
This commit is contained in:
@@ -145,6 +145,8 @@ dependencies {
|
||||
testRuntime(project(":noarg-ide-plugin")) { isTransitive = false }
|
||||
testRuntime(project(":kotlin-noarg-compiler-plugin"))
|
||||
testRuntime(project(":plugins:annotation-based-compiler-plugins-ide-support")) { isTransitive = false }
|
||||
testRuntime(project(":plugins:parcelize:parcelize-compiler"))
|
||||
testRuntime(project(":plugins:parcelize:parcelize-ide")) { isTransitive = false }
|
||||
testRuntime(project(":kotlin-scripting-idea")) { isTransitive = false }
|
||||
testRuntime(project(":kotlin-scripting-compiler-impl"))
|
||||
testRuntime(project(":sam-with-receiver-ide-plugin")) { isTransitive = false }
|
||||
|
||||
@@ -49,6 +49,7 @@ dependencies {
|
||||
testRuntime(project(":allopen-ide-plugin"))
|
||||
testRuntime(project(":kotlin-scripting-idea"))
|
||||
testRuntime(project(":kotlinx-serialization-ide-plugin"))
|
||||
testRuntime(project(":plugins:parcelize:parcelize-ide"))
|
||||
|
||||
testRuntime(intellijPluginDep("android"))
|
||||
|
||||
|
||||
@@ -51,6 +51,7 @@ dependencies {
|
||||
testRuntime(project(":allopen-ide-plugin"))
|
||||
testRuntime(project(":noarg-ide-plugin"))
|
||||
testRuntime(project(":kotlin-scripting-idea"))
|
||||
testRuntime(project(":plugins:parcelize:parcelize-ide"))
|
||||
testRuntime(project(":kotlinx-serialization-ide-plugin"))
|
||||
// TODO: the order of the plugins matters here, consider avoiding order-dependency
|
||||
Platform[192].orHigher {
|
||||
|
||||
@@ -64,6 +64,7 @@ dependencies {
|
||||
testRuntime(project(":noarg-ide-plugin"))
|
||||
testRuntime(project(":kotlin-scripting-idea"))
|
||||
testRuntime(project(":kotlinx-serialization-ide-plugin"))
|
||||
testRuntime(project(":plugins:parcelize:parcelize-ide"))
|
||||
testRuntime(project(":kotlin-gradle-statistics"))
|
||||
// TODO: the order of the plugins matters here, consider avoiding order-dependency
|
||||
testRuntime(intellijPluginDep("junit"))
|
||||
|
||||
@@ -64,6 +64,7 @@ dependencies {
|
||||
testRuntime(project(":sam-with-receiver-ide-plugin"))
|
||||
testRuntime(project(":allopen-ide-plugin"))
|
||||
testRuntime(project(":noarg-ide-plugin"))
|
||||
testRuntime(project(":plugins:parcelize:parcelize-ide"))
|
||||
testRuntime(project(":kotlin-scripting-idea"))
|
||||
testRuntime(project(":kotlinx-serialization-ide-plugin"))
|
||||
|
||||
|
||||
@@ -38,6 +38,7 @@ dependencies {
|
||||
testRuntimeOnly(project(":plugins:annotation-based-compiler-plugins-ide-support"))
|
||||
testRuntimeOnly(project(":kotlin-gradle-statistics"))
|
||||
testRuntimeOnly(project(":kotlin-scripting-idea"))
|
||||
testRuntimeOnly(project(":plugins:parcelize:parcelize-ide"))
|
||||
testRuntimeOnly(intellijRuntimeAnnotations())
|
||||
|
||||
|
||||
|
||||
@@ -37,6 +37,7 @@ dependencies {
|
||||
testRuntime(project(":noarg-ide-plugin"))
|
||||
testRuntime(project(":kotlin-scripting-idea"))
|
||||
testRuntime(project(":kotlinx-serialization-ide-plugin"))
|
||||
testRuntime(project(":plugins:parcelize:parcelize-ide"))
|
||||
|
||||
testRuntime(intellijDep())
|
||||
testRuntime(intellijRuntimeAnnotations())
|
||||
|
||||
@@ -18,6 +18,7 @@ dependencies {
|
||||
testRuntimeOnly(project(":allopen-ide-plugin"))
|
||||
testRuntimeOnly(project(":kotlin-scripting-idea"))
|
||||
testRuntimeOnly(project(":kotlinx-serialization-ide-plugin"))
|
||||
testRuntimeOnly(project(":plugins:parcelize:parcelize-ide"))
|
||||
testRuntimeOnly(project(":nj2k:nj2k-services"))
|
||||
testRuntimeOnly(project(":kotlin-reflect"))
|
||||
testRuntimeOnly(project(":idea:kotlin-gradle-tooling"))
|
||||
|
||||
@@ -26,6 +26,8 @@ dependencies {
|
||||
testRuntime(project(":sam-with-receiver-ide-plugin")) { isTransitive = false }
|
||||
testRuntime(project(":kotlinx-serialization-compiler-plugin"))
|
||||
testRuntime(project(":kotlinx-serialization-ide-plugin")) { isTransitive = false }
|
||||
testRuntime(project(":plugins:parcelize:parcelize-compiler"))
|
||||
testRuntime(project(":plugins:parcelize:parcelize-ide")) { isTransitive = false }
|
||||
|
||||
testRuntime(project(":idea:idea-android")) { isTransitive = false }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user