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

17 lines
394 B
Kotlin

apply { plugin("kotlin") }
dependencies {
val compile by configurations
compile(project(":core"))
compile(project(":compiler:util"))
compile(project(":compiler:frontend"))
compile(project(":compiler:frontend.java"))
compile(project(":compiler:cli"))
compile(project(":build-common"))
}
configureKotlinProjectSourcesDefault()
configureKotlinProjectTestsDefault()