blob: 2942189289b750163d80970023a24b515d377a95 [file]
description = "Kotlin JavaScript Plain Objects Compiler Plugin (Common)"
plugins {
kotlin("jvm")
}
dependencies {
compileOnly(project(":compiler:util"))
compileOnly(project(":core:compiler.common"))
compileOnly(intellijCore())
}
sourceSets {
"main" { projectDefault() }
"test" { none() }
}
runtimeJar()
sourcesJar()
javadocJar()