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