[Build] Add reflect to runtime classpath of kotlinx.serialization tests
This is needed to be able to run those tests with JPS build
This commit is contained in:
committed by
Space
parent
edff4d43bf
commit
7390d8cd54
@@ -45,6 +45,8 @@ dependencies {
|
|||||||
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0-RC")
|
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0-RC")
|
||||||
|
|
||||||
testRuntimeOnly(intellijCore())
|
testRuntimeOnly(intellijCore())
|
||||||
|
testRuntimeOnly(project(":kotlin-reflect"))
|
||||||
|
testRuntimeOnly(project(":core:descriptors.runtime"))
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|||||||
Reference in New Issue
Block a user