Move context classpath utils from script-util to scripting-jvm

since it is the right place to have it in the new structure.
Solves the problem that script-util classes not found then script
definition with context classpath is loaded by the scripting compiler
plugin, since script-util is not packed into embeddable plugin.
The old context utils are deprecated and in fact wrap the new utils.
#KT-26828 fixed (in fact - partially, see another related commit)
This commit is contained in:
Ilya Chernikov
2018-09-14 17:03:49 +02:00
parent 7b3973db52
commit d9760f00f6
9 changed files with 257 additions and 159 deletions
-1
View File
@@ -11,7 +11,6 @@ dependencies {
compile(project(":kotlin-script-runtime"))
compile(project(":kotlin-stdlib"))
compile(project(":kotlin-scripting-common"))
compile(project(":kotlin-script-util"))
}
sourceSets {