implementation("io.kotest:kotest-extensions-blockhound:6.1.3")
Enhances coroutine testing by detecting blocking calls in non-blocking threads, preventing unintended thread blocking.