Files
kotlin-fork/prepare/ide-plugin-dependencies/kotlin-compiler-tests-for-ide/build.gradle.kts
T
Nikita Bobko 2d015da1ea Make it possible to depend on the rest of :prepare:ide-plugin-dependencies modules
Those modules used as "aggregate" modules. kotlin-ide modules depend on them in coop-dev
2021-05-27 16:32:14 +02:00

6 lines
159 B
Kotlin

plugins {
kotlin("jvm")
}
publishJarsForIde(listOf(":compiler:test-infrastructure", ":compiler:tests-common-new", ":compiler:test-infrastructure-utils"))