blob: 9fcc16818329ecbe327010ec4bf6f92d96c2dba2 [file] [log] [blame]
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {
compile(project(":compiler:util"))
compile(project(":compiler:frontend"))
compileOnly(intellijDep())
}
sourceSets {
"main" { projectDefault() }
"test" {}
}