[minor] switch to project dependencies in scripting projects
This commit is contained in:
@@ -9,6 +9,7 @@ dependencies {
|
||||
compile(project(":kotlin-scripting-jvm-host"))
|
||||
compile(project(":kotlin-script-util"))
|
||||
testRuntimeOnly(projectRuntimeJar(":kotlin-compiler"))
|
||||
testRuntimeOnly(project(":kotlin-reflect"))
|
||||
testCompile(commonDep("junit"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user