blob: 2bde03bd7f3d589147d26fe6e4eb85fabcacbe5c [file]
plugins {
kotlin("jvm")
}
jvmTarget = "1.8"
dependencies {
compileOnly(project(":compiler:util"))
compileOnly(project(":compiler:frontend"))
compileOnly(project(":compiler:frontend.java"))
compileOnly(project(":js:js.frontend"))
compileOnly(intellijCore())
}
sourceSets {
"main" { projectDefault() }
"test" { }
}