Files
kotlin-fork/prepare/ide-plugin-dependencies/compiler-components-for-jps/build.gradle.kts
T

8 lines
260 B
Kotlin

idePluginDependency {
@Suppress("UNCHECKED_CAST")
val compilerComponents = rootProject.extra["compilerModulesForJps"] as List<String>
val otherProjects = listOf(":kotlin-daemon-client")
publishProjectJars(compilerComponents + otherProjects)
}