blob: 801cec55dbd1b1307dba1a0e8aa44ee7830cf347 [file] [log] [blame]
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {
api(project(":compiler:ir.psi2ir"))
api(project(":compiler:fir:fir2ir"))
api(project(":compiler:ir.serialization.common"))
api(project(":js:js.frontend"))
implementation(project(":compiler:ir.backend.common"))
implementation(project(":compiler:fir:fir-serialization"))
compileOnly(intellijCore())
}
sourceSets {
"main" { projectDefault() }
}