Skip to content

Commit 19165d8

Browse files
authored
chore: add a note about new Kotlin releases (#4483)
1 parent c988a74 commit 19165d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/topics/releases.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Since Kotlin 2.0.0, we ship the following types of releases:
1818
For each language and tooling release, we also ship several preview (_EAP_) versions for you to try
1919
new features before they are released. See [Early Access Preview](eap.md) for details.
2020

21+
> If you want to be notified about new Kotlin releases, subscribe to the [Kotlin newsletter](https://lp.jetbrains.com/subscribe-to-kotlin-news/),
22+
> follow [Kotlin on X](https://x.com/kotlin),
23+
> or enable the **Watch | Custom | Releases** option on the [Kotlin GitHub repository](https://github.com/JetBrains/kotlin).
24+
>
25+
{style="note"}
26+
2127
## Update to a new Kotlin version
2228

2329
To upgrade your project to a new release, you need to update your build script file.

0 commit comments

Comments
 (0)