blob: c3d047a83ae007a15226d3b134d5db59e03c784f [file] [log] [blame] [edit]
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {
api(project(":core:descriptors"))
api(project(":compiler:util"))
api(project(":compiler:frontend"))
compileOnly(intellijCore())
}
sourceSets {
"main" {
projectDefault()
}
"test" {}
}