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
@@ -22,8 +22,8 @@ dependencies {
testCompile(commonDep("junit:junit"))
testCompile(project(":kotlin-test:kotlin-test-junit"))
testRuntime(project(":kotlin-reflect"))
compilerClasspath(projectRuntimeJar(":kotlin-compiler-embeddable"))
compilerClasspath(projectRuntimeJar(":kotlin-scripting-compiler-embeddable"))
compilerClasspath(project(":kotlin-compiler-embeddable"))
compilerClasspath(project(":kotlin-scripting-compiler-embeddable"))
compilerClasspath(project(":kotlin-reflect"))
compilerClasspath(kotlinStdlib())
compilerClasspath(project(":kotlin-script-runtime"))