blob: b1a78ef9c94b23ece5729d3a6d1d2f8438dbeced [file] [log] [blame] [edit]
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {
api(kotlinStdlib())
compileOnly(intellijCore())
compileOnly(libs.intellij.fastutil)
}
sourceSets {
"main" { projectDefault() }
"test" {}
}