Files
kotlin-fork/compiler/serialization/build.gradle.kts
T
Alexander Udalov 6f2e6db131 Check the RequireKotlin annotation value
Similarly to SinceKotlin
2017-10-10 13:21:50 +02:00

17 lines
240 B
Kotlin

apply { plugin("kotlin") }
jvmTarget = "1.6"
dependencies {
compile(project(":compiler:util"))
compile(project(":compiler:frontend"))
compile(project(":core"))
}
sourceSets {
"main" { projectDefault() }
"test" {}
}