Skip to content

Commit a17cc4b

Browse files
committed
feat: Kotlin 2.2.20-Beta1 EAP release details
1 parent e8c7603 commit a17cc4b

File tree

5 files changed

+148
-460
lines changed

5 files changed

+148
-460
lines changed

docs/kr.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<toc-element toc-title="What's new in Kotlin">
3636
<toc-element toc-title="Kotlin 2.2.0" accepts-web-file-names="whatsnew.html" topic="whatsnew22.md"/>
3737
<toc-element toc-title="Kotlin 2.1.0" topic="whatsnew21.md"/>
38-
<toc-element toc-title="Kotlin 2.2.0-RC3" topic="whatsnew-eap.md" hidden="true"/>
38+
<toc-element toc-title="Kotlin 2.2.20-Beta1" topic="whatsnew-eap.md"/>
3939
<toc-element toc-title="Earlier versions">
4040
<toc-element toc-title="Kotlin 2.1.20" topic="whatsnew2120.md"/>
4141
<toc-element toc-title="Kotlin 2.0.20" topic="whatsnew2020.md"/>

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

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

33
<tldr>
4-
<p>No preview versions are currently available.</p>
54
<!--
5+
<p>No preview versions are currently available.</p>
6+
-->
67
<p>Latest Kotlin EAP release: <strong>%kotlinEapVersion%</strong></p>
78
<p><a href="eap.md#build-details">Explore Kotlin EAP release details</a></p>
8-
-->
99
</tldr>
1010

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

docs/topics/eap.md

Lines changed: 7 additions & 11 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.0-RC3</strong>
59-
<p>Released: <strong>June 16, 2025</strong></p>
60-
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.2.0-RC3" target="_blank">Release on GitHub</a></p>
55+
<td><strong>2.2.20-Beta1</strong>
56+
<p>Released: <strong>July 10, 2025</strong></p>
57+
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.2.20-Beta1" target="_blank">Release on GitHub</a></p>
6158
</td>
6259
<td>
63-
<p>A language release with previews of new features and tooling updates.</p>
64-
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.2.0-RC3">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.2.0-RC3</a>.</p>
60+
<p>A tooling release containing improvements and bug fixes.</p>
61+
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.2.20-Beta1">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.2.20-Beta1</a>.</p>
6562
</td>
6663
</tr>
67-
</table>
68-
-->
64+
</table>

0 commit comments

Comments
 (0)