blob: 44389d0adcb36a1919101b256c12e225774a7e3e [file] [log] [blame] [edit]
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {
compile(project(":j2k"))
compile(project(":idea:idea-core"))
compileOnly(intellijDep())
Platform[192].orHigher {
compileOnly(intellijPluginDep("java"))
}
}
sourceSets {
"main" { projectDefault() }
"test" { none() }
}