blob: a92f3737934cfbd9e40bacd0d0a8ae4d24a160f0 [file] [log] [blame]
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {
api(project(":compiler:frontend"))
compileOnly(intellijCore())
compileOnly(libs.guava)
}
sourceSets {
"main" { projectDefault() }
"test" {}
}