JPS build: workarounds for idea importing

This commit is contained in:
Sergey Rostov
2018-10-22 10:39:38 +03:00
parent ea0cf659b0
commit 423653d225
6 changed files with 19 additions and 2 deletions
+5
View File
@@ -74,6 +74,11 @@ dependencies {
antLauncherJar(commonDep("org.apache.ant", "ant"))
antLauncherJar(files(toolsJar()))
// For JPS build
if (System.getProperty("idea.active") != null) {
testRuntimeOnly(files("${rootProject.projectDir}/dist/kotlinc/lib/kotlin-reflect.jar"))
}
}
sourceSets {