blob: 555a7d7f740cc563820e63287174c09d250319e4 [file] [log] [blame] [edit]
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {
api(project(":compiler:util"))
api(project(":js:js.ast"))
api(project(":js:js.translator"))
api(intellijCore())
}
sourceSets {
"main" { projectDefault() }
"test" {}
}