diff --git a/idea/resources-descriptors/META-INF/plugin.xml b/idea/resources-descriptors/META-INF/plugin.xml
index 5a7971c189043..46f5d61920cb5 100644
--- a/idea/resources-descriptors/META-INF/plugin.xml
+++ b/idea/resources-descriptors/META-INF/plugin.xml
@@ -5,10 +5,12 @@
-Getting Started in IntelliJ IDEA
-Getting Started in Android Studio
+Documentation
+YouTube channel
Public Slack
-Issue tracker
+Blog
+Twitter
+Issue tracker
]]>
@snapshot@
JetBrains
@@ -16,7 +18,27 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
1.5.20
+
+ - String concatenation uses invokedynamic on JVM by default.
+ - Annotations on function type parameters are emitted to the bytecode on JVM 1.8+.
+ - Support calling Lombok-generated Java methods from Kotlin code in the same module.
+ - Kotlin/Native: improved performance of `Array.copyInto` inside one array.
+ - Kotlin/Native: opt-in export of KDoc comments to the generated Objective-C headers with the `-Xexport-kdoc` compiler option.
+ - Experimental caching of annotation processors' classloaders.
+ - Parallel compilation of Kotlin sources is controlled by `--parallel` Gradle property. The `kotlin.parallel.tasks.in.project` property is deprecated.
+ - Aligned behavior of stdlib functions `isLowerCase`/`isUpperCase` and `digitToInt` across platforms.
+
+ For more details, see What’s New in Kotlin 1.5.20 and this blog post
+
+ 1.5.10
+ Released: May 24, 2021
+
+ A bug fix release for Kotlin 1.5.0.
+ Learn more in the changelog.
+
1.5.0
+ Released: May 5, 2021
- JVM IR backend by default.
- New language features by default: inline value classes, sealed interfaces, and JVM records support.
diff --git a/idea/resources-descriptors/META-INF/plugin.xml.as42 b/idea/resources-descriptors/META-INF/plugin.xml.as42
index 29d04ac6f3986..3d4f4ff7e8810 100644
--- a/idea/resources-descriptors/META-INF/plugin.xml.as42
+++ b/idea/resources-descriptors/META-INF/plugin.xml.as42
@@ -5,10 +5,12 @@
-Getting Started in IntelliJ IDEA
-Getting Started in Android Studio
+Documentation
+YouTube channel
Public Slack
-Issue tracker
+Blog
+Twitter
+Issue tracker
]]>
@snapshot@
JetBrains
@@ -16,7 +18,27 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
1.5.20
+
+ - String concatenation uses invokedynamic on JVM by default.
+ - Annotations on function type parameters are emitted to the bytecode on JVM 1.8+.
+ - Support calling Lombok-generated Java methods from Kotlin code in the same module.
+ - Kotlin/Native: improved performance of `Array.copyInto` inside one array.
+ - Kotlin/Native: opt-in export of KDoc comments to the generated Objective-C headers with the `-Xexport-kdoc` compiler option.
+ - Experimental caching of annotation processors' classloaders.
+ - Parallel compilation of Kotlin sources is controlled by `--parallel` Gradle property. The `kotlin.parallel.tasks.in.project` property is deprecated.
+ - Aligned behavior of stdlib functions `isLowerCase`/`isUpperCase` and `digitToInt` across platforms.
+
+ For more details, see What’s New in Kotlin 1.5.20 and this blog post
+
+ 1.5.10
+ Released: May 24, 2021
+
+ A bug fix release for Kotlin 1.5.0.
+ Learn more in the changelog.
+
1.5.0
+ Released: May 5, 2021
- JVM IR backend by default.
- New language features by default: inline value classes, sealed interfaces, and JVM records support.