Skip to content

Commit bcb97fc

Browse files
feat: Update Kotlin 2.0.21-RC release details and small doc change (#4479)
1 parent f8361d5 commit bcb97fc

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/topics/eap.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ check [our instructions on how to configure your build to support this version](
5858
</td>
5959
</tr>
6060
<tr>
61-
<td><strong>2.0.21-RC</strong>
62-
<p>Released: <strong>October 1, 2024</strong></p>
63-
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.0.21-RC" target="_blank">Release on GitHub</a></p>
61+
<td><strong>2.0.21</strong>
62+
<p>Released: <strong>October 10, 2024</strong></p>
63+
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.0.21" target="_blank">Release on GitHub</a></p>
6464
</td>
6565
<td>
6666
<p>A bug fix release for Kotlin 2.0.20</p>
67-
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.0.21-RC">changelog</a>.</p>
67+
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.0.21 ">changelog</a>.</p>
6868
</td>
6969
</tr>
7070
</table>

docs/topics/multiplatform/multiplatform-compatibility-guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ with available Gradle, Xcode, and Android Gradle plugin versions:
1515

1616
| Kotlin Multiplatform plugin version | Gradle | Android Gradle plugin | Xcode |
1717
|-------------------------------------|-----------|-----------------------|-------|
18+
| 2.0.21 | 7.5-8.8* | 7.4.2–8.5 | 16.0 |
1819
| 2.0.20 | 7.5-8.8* | 7.4.2–8.5 | 15.3 |
1920
| 2.0.0 | 7.5-8.5 | 7.4.2–8.3 | 15.3 |
2021
| 1.9.20 | 7.5-8.1.1 | 7.4.2–8.2 | 15.0 |
2122

22-
> Kotlin 2.0.20 is fully compatible with Gradle 6.8.3 through 8.6.
23+
> Kotlin 2.0.20 and 2.0.21 are fully compatible with Gradle 6.8.3 through 8.6.
2324
> Gradle 8.7 and 8.8 are also supported, but you may see deprecation warnings in your multiplatform projects
2425
> calling the [`withJava()` function in the JVM target](multiplatform-dsl-reference.md#jvm-targets).
2526
> For more information, see the issue in [YouTrack](https://youtrack.jetbrains.com/issue/KT-66542/Gradle-JVM-target-with-withJava-produces-a-deprecation-warning).

0 commit comments

Comments
 (0)