blob: c9081cdbd4d864336964c944249d193d128bd074 [file] [log] [blame] [edit]
plugins {
kotlin("jvm")
id("jps-compatible")
}
jvmTarget = "1.6"
dependencies {
compile(intellijDep()) {
isTransitive = false
}
}
sourceSets {
"main" { projectDefault() }
"test" {}
}
ideaPlugin()