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

19 lines
454 B
Kotlin

apply { plugin("kotlin") }
dependencies {
val compile by configurations
compile(project(":compiler:frontend"))
compile(project(":compiler:frontend.script"))
compile(project(":compiler.tests-common"))
compile(project(":idea"))
compile(project(":idea:idea-core"))
compile(project(":idea:idea-jps-common"))
compile(ideaSdkDeps("openapi", "idea"))
}
configureKotlinProjectSourcesDefault()
configureKotlinProjectNoTests()