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