1.5.0 Change-notes correction according to KT-42522
This commit is contained in:
@@ -21,7 +21,6 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
|
||||
<li><a href="https://kotlinlang.org/docs/whatsnew14.html?utm_source=product&utm_medium=link#new-jvm-ir-backend">JVM IR backend</a> by default.</li>
|
||||
<li>New language features by default: inline value classes, sealed interfaces, and JVM records support.</li>
|
||||
<li>New default JVM target: 1.8 (1.6 is deprecated)</li>
|
||||
<li>String concatenation and <a href="https://kotlinlang.org/docs/fun-interfaces.html?utm_source=product&utm_medium=link">SAM adapters</a>, use invokedynamic on JVM by default. Lambdas can use invokedynamic with an opt-in via `-Xlambdas=indy`.</li>
|
||||
<li>Deprecation of `-Xjvm-default=enable` and `-Xjvm-default=compatibility` compiler modes and `@JvmDefault` annotation.</li>
|
||||
<li>Kotlin/Native compilation time improvements.</li>
|
||||
<li>Kotlin/JS uses webpack 5 by default.</li>
|
||||
|
||||
@@ -21,7 +21,6 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
|
||||
<li><a href="https://kotlinlang.org/docs/whatsnew14.html?utm_source=product&utm_medium=link#new-jvm-ir-backend">JVM IR backend</a> by default.</li>
|
||||
<li>New language features by default: inline value classes, sealed interfaces, and JVM records support.</li>
|
||||
<li>New default JVM target: 1.8 (1.6 is deprecated)</li>
|
||||
<li>String concatenation and <a href="https://kotlinlang.org/docs/fun-interfaces.html?utm_source=product&utm_medium=link">SAM adapters</a>, use invokedynamic on JVM by default. Lambdas can use invokedynamic with an opt-in via `-Xlambdas=indy`.</li>
|
||||
<li>Deprecation of `-Xjvm-default=enable` and `-Xjvm-default=compatibility` compiler modes and `@JvmDefault` annotation.</li>
|
||||
<li>Kotlin/Native compilation time improvements.</li>
|
||||
<li>Kotlin/JS uses webpack 5 by default.</li>
|
||||
|
||||
Reference in New Issue
Block a user