JPS build, workarounds for idea importing: fix runtime classpath
This commit is contained in:
@@ -21,8 +21,8 @@ dependencies {
|
||||
compilerClasspath(project(":kotlin-stdlib"))
|
||||
compilerClasspath(project(":kotlin-script-runtime"))
|
||||
compileOnly(project(":compiler:cli-common")) // TODO: fix import (workaround for jps build)
|
||||
testCompile(project(":core:util.runtime")) // TODO: fix import (workaround for jps build)
|
||||
testCompile(project(":compiler:daemon-common")) // TODO: fix import (workaround for jps build)
|
||||
testCompileOnly(project(":core:util.runtime")) // TODO: fix import (workaround for jps build)
|
||||
testCompileOnly(project(":compiler:daemon-common")) // TODO: fix import (workaround for jps build)
|
||||
}
|
||||
|
||||
projectTest {
|
||||
|
||||
Reference in New Issue
Block a user