File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1
1
[ // ] : # ( title: Kotlin releases )
2
2
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
+
3
8
Since Kotlin 2.0.0, we ship the following types of releases:
4
9
5
10
* _ Language releases_ (2._ x_ ._ 0_ ) that bring major changes in the language and include tooling updates. Released once in 6 months.
Original file line number Diff line number Diff line change 8
8
<var name =" kotlinVersion" value =" 2.1.20" type =" string" />
9
9
<var name =" kotlinReleaseDate" value =" March 20, 2025" type =" string" />
10
10
<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" />
11
12
12
13
<var name =" languageVersion" value =" 2.1" type =" string" />
13
14
<var name =" apiVersion" value =" 2.1" type =" string" />
You can’t perform that action at this time.
0 commit comments