From c960bfe6c8a0d5818674141a41fb048a0fe864a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 28 Jan 2025 10:04:05 +0100 Subject: [PATCH] using_kotlin.md: 2025.1 library versions --- topics/tutorials/using_kotlin.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/topics/tutorials/using_kotlin.md b/topics/tutorials/using_kotlin.md index 664d1ebc6..3d351f770 100644 --- a/topics/tutorials/using_kotlin.md +++ b/topics/tutorials/using_kotlin.md @@ -1,4 +1,4 @@ - + # Configuring Kotlin Support @@ -133,6 +133,7 @@ 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 | | 2024.3 | 2.0.21 | | 2024.2 | 1.9.24 | | 2024.1 | 1.9.22 | @@ -166,6 +167,7 @@ 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 | | 2024.3 | 1.8.0-intellij-11 | | 2024.2 | 1.8.0-intellij-9 | | 2024.1 | 1.7.3 |