[build] fix project names in sam-with-receiver-compiler-plugin-for-ide
They usually use one `:`
This commit is contained in:
committed by
Space Team
parent
83db91d445
commit
1ec6a29d1b
+4
-4
@@ -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",
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user