Commit de33d828 authored by Mikhail Zarechenskiy's avatar Mikhail Zarechenskiy Committed by intellij-monorepo-bot
Browse files

[kotlin] update change notes for 1.7.20

GitOrigin-RevId: b4194b6062fab185806d0af20f8b375e1172add5
parent eaee7806
Showing with 3 additions and 2 deletions
+3 -2
......@@ -18,17 +18,18 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<!--suppress PluginXmlValidity -->
<change-notes><![CDATA[
<h3>1.7.20-RC</h3>
<h3>1.7.20</h3>
<ul>
<li>K2: support for the `all-open, `no-arg`, SAM-with-receiver, Lombok, Parcelize, AtomicFU, and `jvm-abi-gen` compiler plugins</li>
<li>Language: experimental `..<` (`rangeUntil`) operator for ranges with the excluded end bound, deprecated inferring type variables into an empty intersection type, warning on potentially empty intersection types, improved script handling in source roots</li>
<li>Language: builder inference in cases with multiple lambdas now requires explicit type arguments; using an uninferred stub type as a receiver in a call during type inference is now forbidden and leads to an error</li>
<li>Kotlin/JVM: experimental generic inline classes, more optimized cases of delegated properties</li>
<li>Kotlin/Native: the new memory manager enabled by default (with deprecated freezing API and an ability to run Kotlin `suspend` functions on non-main threads from Swift), customizable bundle identifier of the generated framework, improved documentation generated to the Objective-C header</li>
<li>Kotlin/JS IR: improved speed on the first build when using the incremental compilation, faster klib generation</li>
<li>Libraries: a new experimental interface for ranges with the excluded end bound, new walk and visit extensions for `java.nio.file.Path`</li>
<li>Gradle: simplified configuration method for the JVM Toolchain, fixed deprecations and ensured compatibility with Gradle 7.1</li>
</ul>
Learn more in the <a href="https://github.com/JetBrains/kotlin/releases/tag/v1.7.20-RC">changelog</a>.
Learn more in the <a href="https://github.com/JetBrains/kotlin/releases/tag/v1.7.20">changelog</a>.
<br><br>
<h3>1.7.0</h3>
<ul>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment