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

14 lines
281 B
Kotlin

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