Introduce kotlin-jps-common-for-ide and kotlin-jps-plugin-classpath artifacts
KTIJ-11633
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
idePluginDependency {
|
||||
publishProjectJars(listOf(":idea:idea-jps-common"))
|
||||
}
|
||||
@@ -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()))
|
||||
}
|
||||
Reference in New Issue
Block a user