blob: 0a8095440702bc769e266eecde6c701d8a27803e [file] [log] [blame] [edit]
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {
compileOnly(project(":idea"))
compileOnly(intellijDep())
compileOnly(intellijPluginDep("git4idea"))
}
sourceSets {
"main" { projectDefault() }
"test" { }
}