blob: 34dbbe91b06f293179ae03d84b27dbca6a4a52fe [file] [log] [blame]
import org.gradle.jvm.tasks.Jar
description = "ABI generation for Kotlin/JVM (for using with embeddable compiler)"
plugins {
`java`
}
dependencies {
embedded(project(":plugins:jvm-abi-gen")) { isTransitive = false }
}
publish()
runtimeJar(rewriteDefaultJarDepsToShadedCompiler())
sourcesJar()
javadocJar()