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