[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:
Dmitriy Novozhilov
2022-08-12 15:55:59 +03:00
committed by Space
parent edff4d43bf
commit 7390d8cd54
@@ -45,6 +45,8 @@ dependencies {
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0-RC")
testRuntimeOnly(intellijCore())
testRuntimeOnly(project(":kotlin-reflect"))
testRuntimeOnly(project(":core:descriptors.runtime"))
}
sourceSets {