implementation("io.kotest:kotest-extensions-blockhound:6.1.4")
Integrates BlockHound with coroutines to detect blocking code in non-blocking threads, preventing unintended blocking operations.