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

13 lines
222 B
Kotlin

apply { plugin("kotlin") }
dependencies {
val compile by configurations
compile(project(":compiler:util"))
compile(project(":core"))
}
configureKotlinProjectSourcesDefault()
configureKotlinProjectNoTests()