blob: 6f33474204c41f68a8948de501b9a1348697bde2 [file]
description = "Kotlin Power-Assert Compiler Plugin (CLI)"
plugins {
kotlin("jvm")
id("java-instrumentation")
id("jps-compatible")
}
dependencies {
compileOnly(project(":compiler:cli"))
implementation(project(":kotlin-power-assert-compiler-plugin.backend"))
}
optInToExperimentalCompilerApi()
sourceSets {
"main" { projectDefault() }
"test" { none() }
}
runtimeJar()
sourcesJar()
javadocJar()