FIR: Add reflection JPS module of test-spec
This commit is contained in:
@@ -11,6 +11,7 @@ dependencies {
|
|||||||
}
|
}
|
||||||
compile("org.jsoup:jsoup:1.10.3")
|
compile("org.jsoup:jsoup:1.10.3")
|
||||||
if (System.getProperty("idea.active") != null) testRuntimeOnly(files("${rootProject.projectDir}/dist/kotlinc/lib/kotlin-reflect.jar"))
|
if (System.getProperty("idea.active") != null) testRuntimeOnly(files("${rootProject.projectDir}/dist/kotlinc/lib/kotlin-reflect.jar"))
|
||||||
|
testRuntime(project(":kotlin-reflect"))
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|||||||
Reference in New Issue
Block a user