blob: 20fdb692fed15248329a081933bf182be55c373d [file] [log] [blame] [edit]
apply { plugin("kotlin") }
jvmTarget = "1.6"
dependencies {
compile(project(":compiler:util"))
compile(project(":compiler:backend"))
compile(project(":compiler:frontend"))
compile(project(":compiler:frontend.java"))
}
sourceSets {
"main" { projectDefault() }
"test" {}
}