From 666ad1f9d593b39d6857e8c935748504e8ea97f4 Mon Sep 17 00:00:00 2001 From: Anton Yalyshev Date: Mon, 26 Apr 2021 16:23:11 +0300 Subject: [PATCH] 1.5.0 Change-notes correction. Restore excessively removed items --- idea/resources-descriptors/META-INF/plugin.xml | 1 + idea/resources-descriptors/META-INF/plugin.xml.as42 | 1 + 2 files changed, 2 insertions(+) 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.