blob: 2cd8a8abedd5c45825af0533bdf22fba8f83a5ed [file] [log] [blame] [edit]
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {
api(kotlinStdlib())
api(project(":js:js.ast"))
compileOnly(intellijCore())
}
sourceSets {
"main" { projectDefault() }
"test" {}
}