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