blob: b3f7fbcccc3b06527007ce5b1bcc74dd5d79c043 [file] [edit]
plugins {
kotlin("jvm")
}
dependencies {
api(project(":compiler:util"))
api(project(":compiler:frontend"))
api(project(":compiler:serialization"))
api(project(":js:js.ast"))
api(project(":js:js.config"))
compileOnly(intellijCore())
}
sourceSets {
"main" { projectDefault() }
"test" {}
}