From ea566bc8588b09b5c8810f7ea60d4f6e659f77d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 2 Apr 2025 09:50:06 +0200 Subject: [PATCH] using_kotlin.md: align table headers --- topics/tutorials/using_kotlin.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/topics/tutorials/using_kotlin.md b/topics/tutorials/using_kotlin.md index 51f385bb0..96fe5c2b1 100644 --- a/topics/tutorials/using_kotlin.md +++ b/topics/tutorials/using_kotlin.md @@ -166,13 +166,13 @@ Since 2024.2, a custom [fork](https://github.com/JetBrains/intellij-deps-kotlinx See [](kotlin_coroutines.md) on how to use them in plugins. -| IntelliJ Platform version | Bundled _kotlinx-coroutines_ version | -|---------------------------|--------------------------------------| -| 2025.2 | 1.10.1-intellij-4 | -| 2025.1 | 1.8.0-intellij-13 | -| 2024.3 | 1.8.0-intellij-11 | -| 2024.2 | 1.8.0-intellij-9 | -| 2024.1 | 1.7.3 | +| IntelliJ Platform version (latest update) | Bundled _kotlinx-coroutines_ version | +|-------------------------------------------|--------------------------------------| +| 2025.2 | 1.10.1-intellij-4 | +| 2025.1 | 1.8.0-intellij-13 | +| 2024.3 | 1.8.0-intellij-11 | +| 2024.2 | 1.8.0-intellij-9 | +| 2024.1 | 1.7.3 | ### Other Bundled Kotlin Libraries