blob: 27e90f84e05f97f4dc5f6ed292535d32fa9e10b7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
import org.jetbrains.configurePublication
dependencies {
implementation(project(":plugins:base"))
testImplementation(project(":plugins:base"))
testImplementation(project(":plugins:base:test-utils"))
testImplementation(project(":test-tools"))
}
configurePublication("kotlin-as-java-plugin")
|