blob: 7df69248e7c318f69558e9dd8cc537134d7e9e0a [file]
description = "Kotlin JavaScript Plain Objects Compiler Plugin (K2)"
plugins {
kotlin("jvm")
}
dependencies {
implementation(project(":compiler:fir:cones"))
implementation(project(":compiler:fir:tree"))
implementation(project(":compiler:fir:resolve"))
implementation(project(":compiler:fir:plugin-utils"))
implementation(project(":compiler:fir:entrypoint"))
implementation(project(":compiler:cli-base"))
implementation(project(":compiler:frontend.common-psi"))
implementation(project(":compiler:psi:psi-api"))
implementation(project(":plugins:js-plain-objects:compiler-plugin:js-plain-objects.common"))
compileOnly(intellijCore())
}
sourceSets {
"main" { projectDefault() }
"test" { none() }
}
runtimeJar()
sourcesJar()
javadocJar()