Drop dependencies to script-util from new scripting infrastructure

This commit is contained in:
Ilya Chernikov
2019-05-16 15:48:52 +02:00
parent 59dc546a54
commit 1527ef7640
6 changed files with 1 additions and 6 deletions
@@ -6,7 +6,6 @@ plugins {
dependencies {
compile(project(":examples:scripting-jvm-simple-script"))
compileOnly(project(":kotlin-scripting-jvm-host"))
compile(project(":kotlin-script-util"))
testRuntimeOnly(project(":kotlin-compiler-embeddable"))
testRuntimeOnly(project(":kotlin-scripting-compiler-embeddable"))
testRuntimeOnly(project(":kotlin-scripting-jvm-host-embeddable"))