Skip to content
Open
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 @@ -22,7 +22,7 @@
<toc-element hidden="true" topic="kotlin-tour-intermediate-libraries-and-apis.md"/>
</toc-element>
<toc-element toc-title="What's new in Kotlin">
<toc-element toc-title="Kotlin 2.3.0-RC" topic="whatsnew-eap.md"/>
<toc-element toc-title="Kotlin 2.3.0-RC2" topic="whatsnew-eap.md"/>
<toc-element toc-title="Kotlin 2.2.20" accepts-web-file-names="whatsnew.html" topic="whatsnew2220.md"/>
<toc-element toc-title="Kotlin 2.2.0" topic="whatsnew22.md"/>
<toc-element topic="compatibility-guide-22.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.3.0-RC</strong>
<p>Released: <strong>November 18, 2025</strong></p>
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.3.0-RC" target="_blank">Release on GitHub</a></p>
<td><strong>2.3.0-RC2</strong>
<p>Released: <strong>December 2, 2025</strong></p>
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.3.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.3.0-RC">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.3.0-RC</a>.</p>
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.3.0-RC2">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.3.0-RC2</a>.</p>
</td>
</tr>
</table>
2 changes: 1 addition & 1 deletion docs/topics/whatsnew/whatsnew-eap.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ To enable this feature, add the following compiler option to your `build.gradle.
```kotlin
kotlin {
compilerOptions {
freeCompilerArgs.add("-XXLanguage:+JsAllowExportingSuspendFunctions")
freeCompilerArgs.add("-Xenable-suspend-function-exporting")
}
}
```
Expand Down
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"/>

<!-- Kotlin EAP -->
<var name="kotlinEapVersion" value="2.3.0-RC"/>
<var name="kotlinEapReleaseDate" value="November 18, 2025"/>
<var name="kotlinEapVersion" value="2.3.0-RC2"/>
<var name="kotlinEapReleaseDate" value="December 2, 2025"/>

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