Move common idea and compiler parts of the scripting plugin to the new jar
This commit is contained in:
@@ -15,6 +15,7 @@ fun loadScriptingPlugin(configuration: CompilerConfiguration) {
|
||||
val pluginClasspath = with (PathUtil) {
|
||||
listOf(
|
||||
KOTLIN_SCRIPTING_COMPILER_PLUGIN_JAR,
|
||||
KOTLIN_SCRIPTING_IMPL_JAR,
|
||||
KOTLIN_SCRIPTING_COMMON_JAR,
|
||||
KOTLIN_SCRIPTING_JVM_JAR
|
||||
).map { File(libPath, it).path }
|
||||
|
||||
Reference in New Issue
Block a user