blob: 2c7f1e010d5a447436a75187a8d407b2bb495a38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
import org.jetbrains.registerDokkaArtifactPublication
dependencies {
implementation(project(":plugins:base"))
testImplementation(project(":plugins:base"))
testImplementation(project(":plugins:base:base-test-utils"))
testImplementation(project(":core:content-matcher-test-utils"))
testImplementation("org.jsoup:jsoup:1.12.1")
}
registerDokkaArtifactPublication("kotlinAsJavaPlugin") {
artifactId = "kotlin-as-java-plugin"
}
|