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