blob: a4547cc0d5e95edf093811192652acb351ed2c82 [file] [log] [blame] [edit]
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {
api(project(":core:compiler.common"))
api(project(":compiler:util"))
}
sourceSets {
"main" { projectDefault() }
"test" {}
}