Refactor main-kts build scripts - fix red code in IDEA
This commit is contained in:
@@ -8,7 +8,7 @@ plugins {
|
||||
dependencies {
|
||||
testCompile(project(":kotlin-main-kts"))
|
||||
testCompileOnly(project(":compiler:cli"))
|
||||
testCompile(project(":kotlin-scripting-jvm-host-embeddable"))
|
||||
testCompileOnly(project(":kotlin-scripting-jvm-host"))
|
||||
testCompile(commonDep("junit"))
|
||||
testCompile(projectTests(":kotlin-scripting-compiler")) { isTransitive = false }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user