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:
Roman Golyshev
2023-03-08 17:04:58 +01:00
committed by teamcity
parent d639215084
commit 2086c5348b
5 changed files with 17 additions and 2 deletions
@@ -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",
)
)