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