[build] fix project names in sam-with-receiver-compiler-plugin-for-ide

They usually use one `:`
This commit is contained in:
Ilya Kirillov
2023-10-09 22:51:57 +02:00
committed by Space Team
parent 83db91d445
commit 1ec6a29d1b
@@ -4,9 +4,9 @@ plugins {
publishJarsForIde(
listOf(
"::kotlin-sam-with-receiver-compiler-plugin.cli",
"::kotlin-sam-with-receiver-compiler-plugin.common",
"::kotlin-sam-with-receiver-compiler-plugin.k1",
"::kotlin-sam-with-receiver-compiler-plugin.k2",
":kotlin-sam-with-receiver-compiler-plugin.cli",
":kotlin-sam-with-receiver-compiler-plugin.common",
":kotlin-sam-with-receiver-compiler-plugin.k1",
":kotlin-sam-with-receiver-compiler-plugin.k2",
)
)