From c5e004f3dbd7bb0eb67f7577cdcd40b5135a14c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 29 Oct 2024 16:20:36 +0100 Subject: [PATCH] using_kotlin.md: update Kotlin Coroutines versions --- topics/tutorials/using_kotlin.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/topics/tutorials/using_kotlin.md b/topics/tutorials/using_kotlin.md index 24644ad6d..5322a0ccc 100644 --- a/topics/tutorials/using_kotlin.md +++ b/topics/tutorials/using_kotlin.md @@ -167,7 +167,8 @@ See [](kotlin_coroutines.md) on how to use them in plugins. | IntelliJ Platform version | Bundled _kotlinx-coroutines_ version | |---------------------------|--------------------------------------| -| 2024.2 | 1.8.0 | +| 2024.3 | 1.8.0-intellij-11 | +| 2024.2 | 1.8.0-intellij-9 | | 2024.1 | 1.7.3 | ### Other Bundled Kotlin Libraries