Skip to content

Kotlin 2.2.0-RC2 release details #4871

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/kr.tree
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<toc-element toc-title="What's new in Kotlin">
<toc-element toc-title="Kotlin 2.1.20" accepts-web-file-names="whatsnew.html" topic="whatsnew2120.md"/>
<toc-element toc-title="Kotlin 2.1.0" topic="whatsnew21.md"/>
<toc-element toc-title="Kotlin 2.2.0-RC" topic="whatsnew-eap.md"/>
<toc-element toc-title="Kotlin 2.2.0-RC2" topic="whatsnew-eap.md"/>
<toc-element toc-title="Earlier versions">
<toc-element toc-title="Kotlin 2.0.20" topic="whatsnew2020.md"/>
<toc-element toc-title="Kotlin 2.0.0" topic="whatsnew20.md"/>
Expand Down
8 changes: 4 additions & 4 deletions docs/topics/eap.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ In this channel, you can also get notifications about new EAP builds.
<th>Build highlights</th>
</tr>
<tr>
<td><strong>2.2.0-RC</strong>
<p>Released: <strong>May 16, 2025</strong></p>
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.2.0-RC" target="_blank">Release on GitHub</a></p>
<td><strong>2.2.0-RC2</strong>
<p>Released: <strong>June 4, 2025</strong></p>
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.2.0-RC2" target="_blank">Release on GitHub</a></p>
</td>
<td>
<p>A language release with previews of new features and tooling updates.</p>
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.2.0-RC">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.2.0-RC</a>.</p>
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.2.0-RC2">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.2.0-RC2</a>.</p>
</td>
</tr>
</table>
4 changes: 2 additions & 2 deletions docs/v.list
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<var name="apiVersion" value="2.1" type="string"/>

<!-- Kotlin EAP -->
<var name="kotlinEapVersion" value="2.2.0-RC" type="string"/>
<var name="kotlinEapReleaseDate" value="May 16, 2025" type="string"/>
<var name="kotlinEapVersion" value="2.2.0-RC2" type="string"/>
<var name="kotlinEapReleaseDate" value="June 4, 2025" type="string"/>

<!-- Libraries and Frameworks -->
<var name="coroutinesVersion" value="1.10.2" type="string"/>
Expand Down