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