Skip to content

Commit 85a869a

Browse files
committed
feat: 2.3.0-Beta1 release
1 parent 2d613d1 commit 85a869a

File tree

5 files changed

+110
-604
lines changed

5 files changed

+110
-604
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: 6 additions & 10 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

@@ -46,23 +44,21 @@ In this channel, you can also get notifications about new EAP builds.
4644

4745
## Build details
4846

49-
_No preview versions are currently available._
47+
<!-- _No preview versions are currently available._ -->
5048

51-
<!--
5249
<table>
5350
<tr>
5451
<th>Build info</th>
5552
<th>Build highlights</th>
5653
</tr>
5754
<tr>
58-
<td><strong>2.2.20-RC2</strong>
59-
<p>Released: <strong>September 1, 2025</strong></p>
60-
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.2.20-RC2" target="_blank">Release on GitHub</a></p>
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>
6158
</td>
6259
<td>
6360
<p>A tooling release containing improvements and bug fixes.</p>
64-
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.2.20-RC2">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.2.20-RC2</a>.</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>
6562
</td>
6663
</tr>
67-
</table>
68-
-->
64+
</table>

0 commit comments

Comments
 (0)