Skip to content

Commit

Permalink
update: add Kotlin 1.9.25 release details (#4331)
Browse files Browse the repository at this point in the history
  • Loading branch information
koshachy authored Jul 19, 2024
1 parent 0ee942a commit 062da6c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
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 @@ -51,7 +51,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 |
|---------------|---------------------------------------|-----------------------------------------------------|
| 2.0.0 | %minGradleVersion%–%maxGradleVersion% | %minAndroidGradleVersion%–%maxAndroidGradleVersion% |
| 1.9.20–1.9.24 | 6.8.3–8.1.1 | 4.2.2–8.1.0 |
| 1.9.20–1.9.25 | 6.8.3–8.1.1 | 4.2.2–8.1.0 |
| 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 @@ -1285,7 +1285,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.24 | Beta |
| 1.9.20–1.9.25 | 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 @@ -103,6 +103,16 @@ The following table lists details of the latest Kotlin releases:
<p>Learn more about Kotlin 2.0.0 in <a href="whatsnew20.md" target="_blank">What's new in Kotlin 2.0.0</a>.</p>
</td>
</tr>
<tr>
<td><strong>1.9.25</strong>
<p>Released: <strong>July 19, 2024</strong></p>
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v1.9.25" 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, 1.9.23, and 1.9.24</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.24</strong>
<p>Released: <strong>May 7, 2024</strong></p>
Expand Down

0 comments on commit 062da6c

Please sign in to comment.