blob: 332fb8517e17773b169d27a19929b8c620563389 [file] [log] [blame] [edit]
description = "Kotlin Daemon (for using with embeddable compiler)"
plugins {
`java`
}
dependencies {
embedded(project(":kotlin-daemon")) { isTransitive = false }
}
publish()
noDefaultJar()
runtimeJar(rewriteDefaultJarDepsToShadedCompiler())
sourcesJar()
javadocJar()