blob: f4b160ad842d5c8c210d2db45c8851bf9b30cea4 [file] [log] [blame]
apply { plugin("kotlin") }
jvmTarget = "1.6"
dependencies {
compile(project(":core"))
compile(project(":compiler:util"))
compile(project(":compiler:frontend"))
}
sourceSets {
"main" { projectDefault() }
"test" {}
}