using_kotlin.md: update kotlinx-coroutines info

This commit is contained in:
Yann Cébron 2024-05-13 16:28:52 +02:00
parent 3bfe6660df
commit 9f35eb1dd6

View File

@ -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 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). (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. See [](kotlin_coroutines.md) on how to use them in plugins.
| IntelliJ Platform version | Bundled _kotlinx-coroutines_ version | | IntelliJ Platform version | Bundled _kotlinx-coroutines_ version |
|---------------------------|--------------------------------------| |---------------------------|--------------------------------------|
| 2024.2 | 1.8.0 |
| 2024.1 | 1.7.3 | | 2024.1 | 1.7.3 |
### Other Bundled Kotlin Libraries ### Other Bundled Kotlin Libraries