Skip to content

Commit 6f3b993

Browse files
authored
chore: add tldr about the latest Kotlin version (#4774)
* chore: add tldr about the latest Kotlin version * chore: add a var for the latest What's new in Kotlin
1 parent 8c0d6e7 commit 6f3b993

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/topics/releases.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
[//]: # (title: Kotlin releases)
22

3+
<tldr>
4+
<p>Latest Kotlin version: <strong>%kotlinVersion%</strong></p>
5+
<p>See <a href="%kotlinLatestWhatsnew%">What's new in Kotlin %kotlinVersion%</a> for details</p>
6+
</tldr>
7+
38
Since Kotlin 2.0.0, we ship the following types of releases:
49

510
* _Language releases_ (2._x_._0_) that bring major changes in the language and include tooling updates. Released once in 6 months.

docs/v.list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<var name="kotlinVersion" value="2.1.20" type="string"/>
99
<var name="kotlinReleaseDate" value="March 20, 2025" type="string"/>
1010
<var name="kotlinLatestUrl" value="https://github.com/JetBrains/kotlin/releases/tag/v2.1.20" type="string"/>
11+
<var name="kotlinLatestWhatsnew" value="whatsnew2120.md" type="string"/>
1112

1213
<var name="languageVersion" value="2.1" type="string"/>
1314
<var name="apiVersion" value="2.1" type="string"/>

0 commit comments

Comments
 (0)