blob: b720cea07c4a4453580268b9a464c66c2f678dbc [file] [log] [blame] [edit]
plugins {
kotlin("jvm")
id("jps-compatible")
}
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" {}
}