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

16 lines
364 B
Kotlin

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