
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0-rc01")Facilitates efficient coroutine testing by providing utilities like `runTest`, `TestCoroutineScheduler`, and `TestDispatcher` for controlling execution and handling uncaught exceptions.