You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/eap.md
+20-13Lines changed: 20 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,31 +29,38 @@ In this channel, you can also get notifications about new EAP builds.
29
29
30
30
## How the EAP can help you be more productive with Kotlin
31
31
32
-
***Prepare for the Stable release**. If you work on a complex multimodule project, participating in the EAP may streamline your experience when you adopt the Stable release version. The sooner you update to the Stable version, the sooner you can take advantage of its performance improvements and new language features.
32
+
***Prepare for the Stable release**. If you work on a complex multimodule project, participating in the EAP may streamline
33
+
your experience when you adopt the Stable release version. The sooner you update to the Stable version, the sooner you
34
+
can take advantage of its performance improvements and new language features.
33
35
34
-
The migration of huge and complex projects might take a while, not only because of their size, but also because some specific use cases may not have been covered by the Kotlin team yet. By participating in the EAP and continuously testing new versions of Kotlin, you can provide us with early feedback about your specific use cases. This will help us address as many issues as possible and ensure you can safely update to the Stable version when it's released. [Check out how Slack benefits from testing Android, Kotlin, and Gradle pre-release versions](https://slack.engineering/shadow-jobs/).
35
-
***Keep your library up-to-date**. If you're a library author, updating to the new Kotlin version is extremely important. Using older versions could block your users from updating Kotlin in their projects. Working with EAP versions allows you to support the latest Kotlin versions in your library almost immediately with the Stable release, which makes your users happier and your library more popular.
36
-
***Share the experience**. If you're a Kotlin enthusiast and enjoy contributing to the Kotlin ecosystem by creating educational content, trying new features in the Kotlin EAP allows you to be among the first to share the experience of using the new cool features with the community.
36
+
The migration of huge and complex projects might take a while, not only because of their size, but also because some
37
+
specific use cases may not have been covered by the Kotlin team yet. By participating in the EAP and continuously testing
38
+
new versions of Kotlin, you can provide us with early feedback about your specific use cases. This will help us address
39
+
as many issues as possible and ensure you can safely update to the Stable version when it's released. [Check out how
40
+
Slack benefits from testing Android, Kotlin, and Gradle pre-release versions](https://slack.engineering/shadow-jobs/).
41
+
***Keep your library up-to-date**. If you're a library author, updating to the new Kotlin version is extremely important.
42
+
Using older versions could block your users from updating Kotlin in their projects. Working with EAP versions allows you to support the latest Kotlin versions in your library almost immediately with the Stable release, which makes your users happier and your library more popular.
43
+
***Share the experience**. If you're a Kotlin enthusiast and enjoy contributing to the Kotlin ecosystem by creating
44
+
educational content, trying new features in the Kotlin EAP allows you to be among the first to share the experience of
45
+
using the new cool features with the community.
37
46
38
47
## Build details
39
48
40
-
_No preview versions are currently available._
49
+
<!--_No preview versions are currently available._-->
41
50
42
-
<!--
43
51
<table>
44
52
<tr>
45
53
<th>Build info</th>
46
54
<th>Build highlights</th>
47
55
</tr>
48
56
<tr>
49
-
<td><strong>2.1.20-RC3</strong>
50
-
<p>Released: <strong>March 14, 2025</strong></p>
51
-
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.1.20-RC3" target="_blank">Release on GitHub</a></p>
57
+
<td><strong>2.2.0-Beta1</strong>
58
+
<p>Released: <strong>April 15, 2025</strong></p>
59
+
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.2.0-Beta1" target="_blank">Release on GitHub</a></p>
52
60
</td>
53
61
<td>
54
-
<p>A tooling release with K2 kapt enabled by default.</p>
55
-
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.1.20-RC3">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.1.20-RC3</a>.</p>
62
+
<p>A language release with previews of new features and tooling updates.</p>
63
+
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.2.0-Beta1">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.2.0-Beta1</a>.</p>
0 commit comments