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