2.3.20 documentation and release update#5433
Merged
daniCsorbaJB merged 17 commits intomasterfrom Mar 16, 2026
Merged
Conversation
sarahhaggarty
approved these changes
Mar 16, 2026
Collaborator
sarahhaggarty
left a comment
There was a problem hiding this comment.
Just a couple formatting errors and one suggestion to change a sentence. Otherwise, LGTM!
| </build> | ||
| ``` | ||
|
|
||
| 3. <p id="extension">(Optional) You can also enable the `extensions` option to simplify project configuration. |
Collaborator
There was a problem hiding this comment.
Suggested change
| 3. <p id="extension">(Optional) You can also enable the `extensions` option to simplify project configuration. | |
| 3. <p id="extension">(Optional) You can also enable the <code>extensions</code> option to simplify project configuration. |
docs/topics/wasm/wasm-js-interop.md
Outdated
Comment on lines
+175
to
+176
| > The `@nativeInvoke` annotation is a temporary solution until a stable interoperability is designed. | ||
| > So, currently, when you use `@nativeInvoke`, the compiler reports a warning. |
Collaborator
There was a problem hiding this comment.
Suggested change
| > The `@nativeInvoke` annotation is a temporary solution until a stable interoperability is designed. | |
| > So, currently, when you use `@nativeInvoke`, the compiler reports a warning. | |
| > The `@nativeInvoke` annotation is a temporary solution until there's a design for stable interoperability. | |
| > Currently, when you use `@nativeInvoke`, the compiler reports a warning. |
docs/topics/whatsnew/whatsnew19.md
Outdated
|
|
||
| Kotlin 1.9.0 comes with support for the [Gradle configuration cache](https://docs.gradle.org/current/userguide/configuration_cache.html) | ||
| in multiplatform libraries. If you're a library author, you can already benefit from the improved build performance. | ||
| <p id="preview-of-gradle-configuration-cache">Kotlin 1.9.0 comes with support for the [Gradle configuration cache](https://docs.gradle.org/current/userguide/configuration_cache.html) |
Collaborator
There was a problem hiding this comment.
Suggested change
| <p id="preview-of-gradle-configuration-cache">Kotlin 1.9.0 comes with support for the [Gradle configuration cache](https://docs.gradle.org/current/userguide/configuration_cache.html) | |
| <p id="preview-of-gradle-configuration-cache">Kotlin 1.9.0 comes with support for the <a href="https://docs.gradle.org/current/userguide/configuration_cache.html">Gradle configuration cache</a> |
* feat: dedicated page for compiler exec strategy * Remove the out-of-process strategy mentions Also, don't mention in-process as a slower one anymore * new folder and Alexander review * add compatibility guide link * Danil review --------- Co-authored-by: Sarah Haggarty <sarahhaggarty@users.noreply.github.com> Co-authored-by: Alexander.Likhachev <Alexander.Likhachev@jetbrains.com>
* feat: add whats new for 2.3.20 release * add web summary * add labels and shorten TOC depth * fix maven and stdlib headers * restructure * add Maven and standard library intros * update: implementing comments and adding additional release info * update: small additional comments * update: adding information for java nullability annotations to compiler reference * update: implementing last round of comments * last touch ups --------- Co-authored-by: Sarah Haggarty <sarahhaggarty@users.noreply.github.com>
6d4888d to
08c9e9d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds release and documentation updates for the Kotlin 2.3.20 release.