Include kotlin reflect test runtime dependency for tests-java8 module to make jps tests running work

This commit is contained in:
Victor Petukhov
2020-10-09 14:47:04 +03:00
parent 677f5ca4e3
commit fb8bba4dfb
+1
View File
@@ -16,6 +16,7 @@ dependencies {
Platform[192].orHigher {
testRuntimeOnly(intellijPluginDep("java"))
}
if (System.getProperty("idea.active") != null) testRuntimeOnly(files("${rootProject.projectDir}/dist/kotlinc/lib/kotlin-reflect.jar"))
}
sourceSets {