From c386b10f042bad34ebadd697cafb3db7747f178b Mon Sep 17 00:00:00 2001 From: Anton Yalyshev Date: Fri, 14 May 2021 14:04:50 +0300 Subject: [PATCH] Add change notes for 1.5.20-M1 --- idea/resources-descriptors/META-INF/plugin.xml | 10 ++++++++++ idea/resources-descriptors/META-INF/plugin.xml.as42 | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/idea/resources-descriptors/META-INF/plugin.xml b/idea/resources-descriptors/META-INF/plugin.xml index f5e9823bcb5..210e202dace 100644 --- a/idea/resources-descriptors/META-INF/plugin.xml +++ b/idea/resources-descriptors/META-INF/plugin.xml @@ -16,7 +16,17 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio. 1.5.20-M1 +
    +
  • String concatenation uses invokedynamic on JVM by default.
  • +
  • Annotations on function type parameters are emitted to the bytecode on JVM 1.8+.
  • +
  • Kotlin/Native: improved performance of Array.copyInto inside one array.
  • +
  • Experimental caching of annotation processors' classloaders.
  • +
+ 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 29d04ac6f39..b366a65f16c 100644 --- a/idea/resources-descriptors/META-INF/plugin.xml.as42 +++ b/idea/resources-descriptors/META-INF/plugin.xml.as42 @@ -16,7 +16,17 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio. 1.5.20-M1 +
      +
    • String concatenation uses invokedynamic on JVM by default.
    • +
    • Annotations on function type parameters are emitted to the bytecode on JVM 1.8+.
    • +
    • Kotlin/Native: improved performance of Array.copyInto inside one array.
    • +
    • Experimental caching of annotation processors' classloaders.
    • +
    + 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.