diff --git a/prepare/ide-plugin-dependencies/sam-with-receiver-compiler-plugin-for-ide/build.gradle.kts b/prepare/ide-plugin-dependencies/sam-with-receiver-compiler-plugin-for-ide/build.gradle.kts index cd405de42e1..a6ddfc88d19 100644 --- a/prepare/ide-plugin-dependencies/sam-with-receiver-compiler-plugin-for-ide/build.gradle.kts +++ b/prepare/ide-plugin-dependencies/sam-with-receiver-compiler-plugin-for-ide/build.gradle.kts @@ -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", ) )