FIR: Add reflection JPS module of test-spec

This commit is contained in:
Denis Zharkov
2020-04-14 11:48:34 +03:00
parent 1d891561cf
commit 13efabc764
+1
View File
@@ -11,6 +11,7 @@ dependencies {
}
compile("org.jsoup:jsoup:1.10.3")
if (System.getProperty("idea.active") != null) testRuntimeOnly(files("${rootProject.projectDir}/dist/kotlinc/lib/kotlin-reflect.jar"))
testRuntime(project(":kotlin-reflect"))
}
sourceSets {