Files
kotlin-fork/compiler/serialization/build.gradle.kts
T
2017-09-19 21:37:27 +02:00

16 lines
197 B
Kotlin

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