blob: 52e0265427c6a8e3af4f13077331f0f2f4ccfc16 [file] [log] [blame] [edit]
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {
api(project(":compiler:config"))
api(project(":core:compiler.common.jvm"))
compileOnly(commonDependency("org.jetbrains.intellij.deps:asm-all"))
}
sourceSets {
"main" { projectDefault() }
"test" { }
}