blob: 7a137fffccf2126d35ebd4c9cf87b764da0cde1b [file] [log] [blame] [edit]
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {
api(project(":compiler:frontend.common"))
api(project(":compiler:psi"))
compileOnly(intellijCore())
}
sourceSets {
"main" { projectDefault() }
"test" {}
}