blob: 86f93ed248eac7ec3eadaee882dcbe6574bee938 [file] [log] [blame] [edit]
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {
api(project(":compiler:config"))
compileOnly(intellijCore())
compileOnly(project(":core:metadata"))
embedded(project(":core:metadata")) { isTransitive = false }
}
sourceSets {
"main" { projectDefault() }
"test" {}
}