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