Move common idea and compiler parts of the scripting plugin to the new jar
This commit is contained in:
@@ -7,6 +7,7 @@ description = "Kotlin Scripting Compiler Plugin for embeddable compiler"
|
||||
|
||||
val packedJars by configurations.creating
|
||||
dependencies {
|
||||
packedJars(project(":kotlin-scripting-impl")) { isTransitive = false }
|
||||
packedJars(project(":kotlin-scripting-compiler")) { isTransitive = false }
|
||||
packedJars(project(":kotlin-scripting-common")) { isTransitive = false }
|
||||
packedJars(project(":kotlin-scripting-jvm")) { isTransitive = false }
|
||||
|
||||
Reference in New Issue
Block a user