8 lines
260 B
Kotlin
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)
|
|
} |