Fix JSR-223 and scripting samples dependencies

This commit is contained in:
Ilya Chernikov
2019-03-03 12:22:03 +01:00
parent 60b3fa3b07
commit 8a8de052a3
3 changed files with 7 additions and 7 deletions
@@ -7,8 +7,8 @@ dependencies {
compile(project(":examples:scripting-jvm-simple-script"))
compileOnly(project(":kotlin-scripting-jvm-host"))
compile(project(":kotlin-script-util"))
testRuntimeOnly(projectRuntimeJar(":kotlin-compiler-embeddable"))
testRuntimeOnly(projectRuntimeJar(":kotlin-scripting-compiler-embeddable"))
testRuntimeOnly(project(":kotlin-compiler-embeddable"))
testRuntimeOnly(project(":kotlin-scripting-compiler-embeddable"))
testRuntimeOnly(project(":kotlin-scripting-jvm-host-embeddable"))
testRuntimeOnly(project(":kotlin-reflect"))
testRuntimeOnly(intellijDep()) { includeJars("guava", rootProject = rootProject) }