Files
kotlin-fork/idea/formatter/build.gradle.kts
T

15 lines
227 B
Kotlin

apply { plugin("kotlin") }
dependencies {
compile(project(":compiler:util"))
compile(project(":compiler:frontend"))
compile(ideaSdkDeps("openapi"))
}
sourceSets {
"main" { projectDefault() }
"test" {}
}