Files
kotlin-fork/js/js.ast/build.gradle.kts
T

17 lines
267 B
Kotlin

apply { plugin("kotlin") }
jvmTarget = "1.6"
dependencies {
compile(project(":compiler:util"))
compile(project(":compiler:frontend"))
compile(ideaSdkCoreDeps("trove4j", "intellij-core"))
}
sourceSets {
"main" { projectDefault() }
"test" {}
}