KTIJ-24438 Add missing K2 and cli artifacts to bundled compiler plugins
Those artifact will be bundled to Kotlin K2 Plugin and would be used as a replacement for user-supplied plugins in order to avoid binary incompatibilities
This commit is contained in:
@@ -4,7 +4,9 @@ plugins {
|
||||
|
||||
publishJarsForIde(
|
||||
listOf(
|
||||
":kotlin-allopen-compiler-plugin.cli",
|
||||
":kotlin-allopen-compiler-plugin.common",
|
||||
":kotlin-allopen-compiler-plugin.k1",
|
||||
":kotlin-allopen-compiler-plugin.k2",
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user