blob: 8d86eb5d5a7539d9d765ee332bde3939c21680f6 [file]
description = "Kotlin Assignment Compiler Plugin (Common)"
plugins {
kotlin("jvm")
}
dependencies {
compileOnly(project(":compiler:util"))
compileOnly(project(":core:compiler.common"))
}
sourceSets {
"main" { projectDefault() }
"test" { none() }
}
runtimeJar()
javadocJar()
sourcesJar()