Skip to content

Commit

Permalink
feat: Kotlin 1.9.24 release (JetBrains#4168)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahhaggarty authored May 7, 2024
1 parent d6cb0fd commit 85bce71
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
4 changes: 2 additions & 2 deletions data/releases.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
url: https://github.com/JetBrains/kotlin/releases

latest:
version: 1.9.23
url: https://github.com/JetBrains/kotlin/releases/tag/v1.9.23
version: 1.9.24
url: https://github.com/JetBrains/kotlin/releases/tag/v1.9.24

2 changes: 1 addition & 1 deletion docs/topics/gradle/gradle-configure-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ In the following table, there are the minimum and maximum **fully supported** ve

| KGP version | Gradle min and max versions | AGP min and max versions |
|---------------|---------------------------------------|-----------------------------------------------------|
| 1.9.20–1.9.23 | %minGradleVersion%–%maxGradleVersion% | %minAndroidGradleVersion%–%maxAndroidGradleVersion% |
| 1.9.20–1.9.24 | %minGradleVersion%–%maxGradleVersion% | %minAndroidGradleVersion%–%maxAndroidGradleVersion% |
| 1.9.0–1.9.10 | 6.8.3–7.6.0 | 4.2.2–7.4.0 |
| 1.8.20–1.8.22 | 6.8.3–7.6.0 | 4.1.3–7.4.0 |
| 1.8.0–1.8.11 | 6.8.3–7.3.3 | 4.1.3–7.2.1 |
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/k2-compiler-migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ The following Kotlin releases have support for the new K2 compiler:
| Kotlin release | Stability level |
|----------------|-----------------|
| 2.0.0 | Stable |
| 1.9.20–1.9.23 | Beta |
| 1.9.20–1.9.24 | Beta |
| 1.9.0–1.9.10 | JVM is Beta |
| 1.7.0–1.8.22 | Alpha |

Expand Down
10 changes: 10 additions & 0 deletions docs/topics/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ You can also use [preview versions of Kotlin](eap.md#build-details).
<th>Build info</th>
<th>Build highlights</th>
</tr>
<tr>
<td><strong>1.9.24</strong>
<p>Released: <strong>May 7, 2024</strong></p>
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v1.9.24" target="_blank">Release on GitHub</a></p>
</td>
<td>
<p>A bug fix release for Kotlin 1.9.20, 1.9.21, 1.9.22, and 1.9.23.</p>
<p>Learn more about Kotlin 1.9.20 in <a href="whatsnew1920.md" target="_blank">What's new in Kotlin 1.9.20</a>.</p>
</td>
</tr>
<tr>
<td><strong>1.9.23</strong>
<p>Released: <strong>March 7, 2024</strong></p>
Expand Down
6 changes: 3 additions & 3 deletions docs/v.list
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

<vars>

<var name="kotlinVersion" value="1.9.23" type="string"/>
<var name="kotlinVersion" value="1.9.24" type="string"/>

<var name="kotlinEapVersion" value="2.0.0-RC2" type="string"/>

<var name="kotlinLatestUrl" value="https://github.com/JetBrains/kotlin/releases/tag/v1.9.23" type="string"/>
<var name="kotlinLatestUrl" value="https://github.com/JetBrains/kotlin/releases/tag/v1.9.24" type="string"/>

<var name="kotlinReleaseDate" value="March 7, 2024" type="string"/>
<var name="kotlinReleaseDate" value="May 7, 2024" type="string"/>

<var name="kotlinEapReleaseDate" value="April 29, 2024" type="string"/>

Expand Down

0 comments on commit 85bce71

Please sign in to comment.