blob: c1a743b165918e51dbe0aca9dc62ef356bf5e91f [file] [log] [blame] [edit]
description = "Annotation Processor for Kotlin (for using with embeddable compiler)"
plugins {
java
}
dependencies {
embedded(project(":kotlin-annotation-processing")) { isTransitive = false }
}
publish()
runtimeJar(rewriteDefaultJarDepsToShadedCompiler())
sourcesJar()
javadocJar()