From ee8e6a46f52270ee4ac8c95567e5b24242b6c21b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 6 Mar 2025 10:41:25 +0100 Subject: [PATCH] using_kotlin.md: update library versions --- topics/tutorials/using_kotlin.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/topics/tutorials/using_kotlin.md b/topics/tutorials/using_kotlin.md index b2a46ccde..5f32aac5b 100644 --- a/topics/tutorials/using_kotlin.md +++ b/topics/tutorials/using_kotlin.md @@ -133,13 +133,10 @@ See [Dependency on the standard library](https://kotlinlang.org/docs/gradle.html | IntelliJ Platform version (latest update) | Bundled _stdlib_ version | |-------------------------------------------|--------------------------| -| 2025.1 (EAP) | 2.1.10 | +| 2025.1 | 2.1.10 | | 2024.3 | 2.0.21 | | 2024.2 | 1.9.24 | | 2024.1 | 1.9.22 | -| 2023.3 | 1.9.21 | -| 2023.2 | 1.8.20 | -| 2023.1 | 1.8.0 | #### Earlier Versions @@ -147,6 +144,9 @@ See [Dependency on the standard library](https://kotlinlang.org/docs/gradle.html | IntelliJ Platform version (latest update) | Bundled _stdlib_ version | |-------------------------------------------|--------------------------| +| 2023.3 | 1.9.21 | +| 2023.2 | 1.8.20 | +| 2023.1 | 1.8.0 | | 2022.3 | 1.7.22 | | 2022.2 | 1.6.21 | | 2022.1 | 1.6.10 | @@ -167,7 +167,8 @@ See [](kotlin_coroutines.md) on how to use them in plugins. | IntelliJ Platform version | Bundled _kotlinx-coroutines_ version | |---------------------------|--------------------------------------| -| 2025.1 (EAP) | 1.8.0-intellij-11 | +| 2025.2 | 1.8.0-intellij-13 | +| 2025.1 | 1.8.0-intellij-12 | | 2024.3 | 1.8.0-intellij-11 | | 2024.2 | 1.8.0-intellij-9 | | 2024.1 | 1.7.3 |