blob: a19a5fb6a3447d6e61efa0f87fd1b8161535b564 [file]
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {
api(project(":compiler:ir.tree"))
api(project(":compiler:ir.backend.common"))
api(project(":compiler:backend.jvm"))
compileOnly(intellijCore())
}
optInToUnsafeDuringIrConstructionAPI()
sourceSets {
"main" {
projectDefault()
}
"test" {}
}