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
@@ -19,7 +19,7 @@ dependencies {
runtime(project(":kotlin-reflect"))
testCompile(projectTests(":compiler:tests-common"))
testCompile(commonDep("junit"))
testRuntime(project(":kotlin-reflect"))
testCompile(project(":compiler:daemon-common")) // TODO: fix import (workaround for jps build)
}
sourceSets {