Skip to content

Commit

Permalink
feat: add Kotlin 2.0.0-Beta1 EAP release details (#3897)
Browse files Browse the repository at this point in the history
* feat: add info on Kotlin 2.0.0-Beta1 release

* update: update whatsnew-eap.md

* chore: update release date

* chore:

* Apply suggestions from code review

Co-authored-by: Sarah Haggarty <[email protected]>

---------

Co-authored-by: Sarah Haggarty <[email protected]>
  • Loading branch information
koshachy and sarahhaggarty authored Nov 15, 2023
1 parent f9db760 commit d2d6fe8
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 422 deletions.
2 changes: 1 addition & 1 deletion docs/kr.tree
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<toc-element toc-title="What's new in Kotlin">
<toc-element id="whatsnew1920.md" toc-title="Kotlin 1.9.20" accepts-web-file-names="whatsnew.html"/>
<toc-element id="whatsnew19.md" toc-title="Kotlin 1.9.0"/>
<toc-element id="whatsnew-eap.md" toc-title="Kotlin 1.9.20-RC2" hidden="true"/>
<toc-element id="whatsnew-eap.md" toc-title="Kotlin 2.0.0-Beta1"/>
<toc-element toc-title="Earlier versions">
<toc-element id="whatsnew1820.md" toc-title="Kotlin 1.8.20"/>
<toc-element id="whatsnew18.md" toc-title="Kotlin 1.8.0"/>
Expand Down
23 changes: 22 additions & 1 deletion docs/topics/eap.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,25 @@ check [our instructions on how to configure your build to support this version](

## Build details

_No preview versions are currently available._
<!-- _No preview versions are currently available._ -->

<table>
<tr>
<th>Build info</th>
<th>Build highlights</th>
</tr>
<tr>
<td><strong>2.0.0-Beta1</strong>
<p>Released: <strong>November 15, 2023</strong></p>
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.0.0-Beta1" target="_blank">Release on GitHub</a></p>
</td>
<td>
<p>A stabilization release for the Kotlin K2 compiler.</p>
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.0.0-Beta1">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.0.0-Beta1</a>.</p>
</td>
</tr>
</table>

> If the Kotlin EAP plugin can't find the latest EAP build, check that you are using the latest version of [IntelliJ IDEA](https://www.jetbrains.com/help/idea/update.html) or [Android Studio](https://developer.android.com/studio/intro/update).
>
{type="note"}
Loading

0 comments on commit d2d6fe8

Please sign in to comment.