[minor] clean up main-kts-dependencies

This commit is contained in:
Ilya Chernikov
2020-06-23 17:15:12 +02:00
parent 4c34e9dd03
commit 5942446274
2 changed files with 2 additions and 2 deletions
@@ -11,6 +11,7 @@ dependencies {
testCompileOnly(project(":kotlin-scripting-jvm-host-unshaded"))
testCompile(commonDep("junit"))
testCompile(projectTests(":kotlin-scripting-compiler")) { isTransitive = false }
testRuntime(project(":kotlin-compiler-embeddable"))
}
sourceSets {
@@ -31,9 +31,8 @@ dependencies {
compileOnly(project(":compiler:cli-common"))
compileOnly(project(":kotlin-scripting-jvm-host-unshaded"))
compileOnly(project(":kotlin-scripting-dependencies"))
runtimeOnly(project(":kotlin-compiler-embeddable"))
runtimeOnly(project(":kotlin-scripting-compiler-embeddable"))
runtimeOnly(project(":kotlin-scripting-jvm-host"))
runtimeOnly(project(":kotlin-stdlib"))
runtimeOnly(project(":kotlin-reflect"))
embedded(project(":kotlin-scripting-common")) { isTransitive = false }
embedded(project(":kotlin-scripting-jvm")) { isTransitive = false }