[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 {