diff --git a/idea/resources/META-INF/plugin-common.xml b/idea/resources/META-INF/plugin-common.xml
index 8c82d776f25..1be345b31b2 100644
--- a/idea/resources/META-INF/plugin-common.xml
+++ b/idea/resources/META-INF/plugin-common.xml
@@ -3170,7 +3170,7 @@
/>
-Since Kotlin 1.4, it's forbidden to repeat annotation on property accessors.
+Since Kotlin 1.4, it's forbidden to repeat annotation without @Repeatable annotation and SOURCE retention on property accessors.