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