From ea7ea979ee2d7d1f7f091777bb809be7df534237 Mon Sep 17 00:00:00 2001 From: Anton Yalyshev Date: Mon, 26 Apr 2021 16:01:00 +0300 Subject: [PATCH] 1.5.0 Change-notes correction according to KT-42522 --- idea/resources-descriptors/META-INF/plugin.xml | 1 - idea/resources-descriptors/META-INF/plugin.xml.as42 | 1 - 2 files changed, 2 deletions(-) diff --git a/idea/resources-descriptors/META-INF/plugin.xml b/idea/resources-descriptors/META-INF/plugin.xml index 154b0c777c7..340be138bd8 100644 --- a/idea/resources-descriptors/META-INF/plugin.xml +++ b/idea/resources-descriptors/META-INF/plugin.xml @@ -21,7 +21,6 @@ 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)
  • -
  • String concatenation and 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 dfc65060628..4f4eb16018f 100644 --- a/idea/resources-descriptors/META-INF/plugin.xml.as42 +++ b/idea/resources-descriptors/META-INF/plugin.xml.as42 @@ -21,7 +21,6 @@ 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)
  • -
  • String concatenation and 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.