blob: 53bc2e098a3f82bf0e36550ddd2114613cac28c0 [file]
description = "Kotlin Scripting Compiler Plugin for embeddable compiler"
plugins {
java
}
dependencies {
embedded(project(":kotlin-scripting-compiler")) { isTransitive = false }
runtimeOnly(project(":kotlin-scripting-compiler-impl-embeddable"))
runtimeOnly(kotlinStdlib())
}
publish()
runtimeJar(rewriteDefaultJarDepsToShadedCompiler())
sourcesJar()
javadocJar()