Introduce kotlin-jps-common-for-ide and kotlin-jps-plugin-classpath artifacts

KTIJ-11633
This commit is contained in:
Nikita Bobko
2021-12-21 17:44:34 +01:00
parent a9cdca40c3
commit 9bdd38ad72
4 changed files with 25 additions and 0 deletions
@@ -0,0 +1,8 @@
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()))
}