
implementation("org.jetbrains.intellij.deps.kotlinx:kotlinx-coroutines-test:1.10.1-intellij-6")Facilitates testing of code involving coroutines by providing utilities to control coroutine execution and timing. Introduces `runTest()` for portable tests with suspending functions, automatically skipping delays and handling uncaught exceptions.