Files
kotlin-fork/prepare/ide-plugin-dependencies/kotlin-jps-plugin-classpath/build.gradle.kts
T
2022-01-12 15:25:09 +01:00

9 lines
366 B
Kotlin

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