From 9f35eb1dd66989f1b46fec51e0e5c167fde216bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 13 May 2024 16:28:52 +0200 Subject: [PATCH] using_kotlin.md: update kotlinx-coroutines info --- topics/tutorials/using_kotlin.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/topics/tutorials/using_kotlin.md b/topics/tutorials/using_kotlin.md index efe173b0a..448aec7e4 100644 --- a/topics/tutorials/using_kotlin.md +++ b/topics/tutorials/using_kotlin.md @@ -152,10 +152,13 @@ Plugins _must_ always use the bundled library from the target IDE and not bundle Please make sure it is not added via transitive dependencies either (see [View and Debug Dependencies](https://docs.gradle.org/current/userguide/viewing_debugging_dependencies.html) in Gradle user guide). +Since 2024.2, a custom [fork](https://github.com/JetBrains/intellij-deps-kotlinx.coroutines) with additional patches is bundled. + See [](kotlin_coroutines.md) on how to use them in plugins. | IntelliJ Platform version | Bundled _kotlinx-coroutines_ version | |---------------------------|--------------------------------------| +| 2024.2 | 1.8.0 | | 2024.1 | 1.7.3 | ### Other Bundled Kotlin Libraries