Skip to content

Commit 16bb3a2

Browse files
authored
feat: Kotlin 2.3.0-Beta1 release (#5097)
1 parent b0aa5f0 commit 16bb3a2

File tree

6 files changed

+127
-600
lines changed

6 files changed

+127
-600
lines changed

docs/kr.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<toc-element topic="competitive-programming.md"/>
3434
</toc-element>
3535
<toc-element toc-title="What's new in Kotlin">
36-
<toc-element hidden="true" toc-title="Kotlin 2.2.20-RC2" topic="whatsnew-eap.md"/>
36+
<toc-element toc-title="Kotlin 2.3.0-Beta1" topic="whatsnew-eap.md"/>
3737
<toc-element toc-title="Kotlin 2.2.20" accepts-web-file-names="whatsnew.html" topic="whatsnew2220.md"/>
3838
<toc-element toc-title="Kotlin 2.2.0" topic="whatsnew22.md"/>
3939
<toc-element toc-title="Earlier versions">

docs/topics/configure-build-for-eap.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
[//]: # (title: Configure your build for EAP)
22

33
<tldr>
4-
<p>No preview versions are currently available.</p>
5-
<!--
4+
<!-- <p>No preview versions are currently available.</p> -->
65
<p>Latest Kotlin EAP release: <strong>%kotlinEapVersion%</strong></p>
76
<p><a href="eap.md#build-details">Explore Kotlin EAP release details</a></p>
8-
-->
97
</tldr>
108

119
To configure your build to use the EAP version of Kotlin, you need to:

docs/topics/eap.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[//]: # (title: Participate in the Kotlin Early Access Preview)
22

3-
<!--
43
<tldr>
54
<p>Latest Kotlin EAP release: <strong>%kotlinEapVersion%</strong></p>
65
</tldr>
7-
-->
86

97
You can participate in the Kotlin Early Access Preview (EAP) to try out the latest Kotlin features before they are released.
108

@@ -45,15 +43,24 @@ In this channel, you can also get notifications about new EAP builds.
4543
using the new cool features with the community.
4644

4745
## Build details
48-
<!--
49-
_No preview versions are currently available._
50-
-->
46+
47+
<!-- _No preview versions are currently available._ -->
5148

5249
<table>
5350
<tr>
5451
<th>Build info</th>
5552
<th>Build highlights</th>
5653
</tr>
54+
<tr>
55+
<td><strong>2.3.0-Beta1</strong>
56+
<p>Released: <strong>October 7, 2025</strong></p>
57+
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.3.0-Beta1" target="_blank">Release on GitHub</a></p>
58+
</td>
59+
<td>
60+
<p>A language release with previews of new features and tooling updates.</p>
61+
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.3.0-Beta1">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.3.0-Beta1</a>.</p>
62+
</td>
63+
</tr>
5764
<tr>
5865
<td><strong>2.2.21-RC</strong>
5966
<p>Released: <strong>October 7, 2025</strong></p>
@@ -62,6 +69,6 @@ In this channel, you can also get notifications about new EAP builds.
6269
<td>
6370
<p>A tooling release containing support for Xcode 26, along with other improvements and bug fixes.</p>
6471
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.2.21-RC">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.2.21-RC</a>.</p>
65-
</td>
72+
</td>
6673
</tr>
6774
</table>

docs/topics/native/native-binary-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ kotlinc-native main.kt -Xbinary=enableSafepointSignposts=true
7272
<td width="110">Status</td>
7373
</tr>
7474
<tr>
75-
<td><a href="whatsnew-eap.md#smaller-binary-size-for-release-binaries"><code>smallBinary</code></a></td>
75+
<td><a href="whatsnew2220.md#smaller-binary-size-for-release-binaries"><code>smallBinary</code></a></td>
7676
<td>
7777
<list>
7878
<li><code>true</code></li>
@@ -83,7 +83,7 @@ kotlinc-native main.kt -Xbinary=enableSafepointSignposts=true
8383
<td>Experimental since 2.2.20</td>
8484
</tr>
8585
<tr>
86-
<td><a href="whatsnew-eap.md#support-for-stack-canaries-in-binaries"><code>stackProtector</code></a></td>
86+
<td><a href="whatsnew2220.md#support-for-stack-canaries-in-binaries"><code>stackProtector</code></a></td>
8787
<td>
8888
<list>
8989
<li><code>yes</code></li>

0 commit comments

Comments
 (0)