9bdd38ad72
KTIJ-11633
9 lines
366 B
Kotlin
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()))
|
|
}
|