diff --git a/idea/resources-descriptors/META-INF/plugin.xml b/idea/resources-descriptors/META-INF/plugin.xml
index 340be138bd8..5a7971c1890 100644
--- a/idea/resources-descriptors/META-INF/plugin.xml
+++ b/idea/resources-descriptors/META-INF/plugin.xml
@@ -21,6 +21,7 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
JVM IR backend by default.
New language features by default: inline value classes, sealed interfaces, and JVM records support.
New default JVM target: 1.8 (1.6 is deprecated)
+ SAM adapters use invokedynamic on JVM by default. Lambdas can use invokedynamic with an opt-in via `-Xlambdas=indy`.
Deprecation of `-Xjvm-default=enable` and `-Xjvm-default=compatibility` compiler modes and `@JvmDefault` annotation.
Kotlin/Native compilation time improvements.
Kotlin/JS uses webpack 5 by default.
diff --git a/idea/resources-descriptors/META-INF/plugin.xml.as42 b/idea/resources-descriptors/META-INF/plugin.xml.as42
index 4f4eb16018f..29d04ac6f39 100644
--- a/idea/resources-descriptors/META-INF/plugin.xml.as42
+++ b/idea/resources-descriptors/META-INF/plugin.xml.as42
@@ -21,6 +21,7 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
JVM IR backend by default.
New language features by default: inline value classes, sealed interfaces, and JVM records support.
New default JVM target: 1.8 (1.6 is deprecated)
+ SAM adapters use invokedynamic on JVM by default. Lambdas can use invokedynamic with an opt-in via `-Xlambdas=indy`.
Deprecation of `-Xjvm-default=enable` and `-Xjvm-default=compatibility` compiler modes and `@JvmDefault` annotation.
Kotlin/Native compilation time improvements.
Kotlin/JS uses webpack 5 by default.