- | 2.3.0-RC
- Released: November 18, 2025
- Release on GitHub
+ | 2.3.0-RC2
+ Released: December 2, 2025
+ Release on GitHub
|
A language release with previews of new features and tooling updates.
- For more details, please refer to the changelog or What's new in Kotlin 2.3.0-RC.
+ For more details, please refer to the changelog or What's new in Kotlin 2.3.0-RC2.
|
\ No newline at end of file
diff --git a/docs/topics/whatsnew/whatsnew-eap.md b/docs/topics/whatsnew/whatsnew-eap.md
index 2c6ae356ad3..f3bb1c7b02a 100644
--- a/docs/topics/whatsnew/whatsnew-eap.md
+++ b/docs/topics/whatsnew/whatsnew-eap.md
@@ -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")
}
}
```
diff --git a/docs/v.list b/docs/v.list
index 38b84df562c..bba65002e21 100644
--- a/docs/v.list
+++ b/docs/v.list
@@ -14,8 +14,8 @@