f91d6958a8
#KTI-559
17 lines
265 B
Kotlin
17 lines
265 B
Kotlin
description = "Kotlin Daemon (for using with embeddable compiler)"
|
|
|
|
plugins {
|
|
`java`
|
|
}
|
|
|
|
dependencies {
|
|
embedded(project(":kotlin-daemon")) { isTransitive = false }
|
|
}
|
|
|
|
publish()
|
|
|
|
runtimeJar(rewriteDefaultJarDepsToShadedCompiler())
|
|
|
|
sourcesJar()
|
|
javadocJar()
|