From e827d6e11b015163381cfc3d53a8fab298a4d40b Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Mon, 27 Jan 2025 12:45:37 +0100 Subject: [PATCH] kotlin_coroutines.md: Change the coroutines library information to warning level --- .../architectural_overview/coroutines/kotlin_coroutines.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/topics/basics/architectural_overview/coroutines/kotlin_coroutines.md b/topics/basics/architectural_overview/coroutines/kotlin_coroutines.md index cfc9bfc18..486dd1236 100644 --- a/topics/basics/architectural_overview/coroutines/kotlin_coroutines.md +++ b/topics/basics/architectural_overview/coroutines/kotlin_coroutines.md @@ -12,6 +12,8 @@ Since version 1.1, [Kotlin](using_kotlin.md) has introduced coroutines as a ligh The IntelliJ Platform started adapting coroutines in its APIs and internal code, and since 2024.1 it is recommended to use the coroutines approach over threads. > Plugins _must_ use the bundled Kotlin Coroutines library, see [](using_kotlin.md#coroutinesLibraries). +> +{style="warning"} ### Coroutines Advantages