
implementation("io.kotest:kotest-framework-concurrency:5.9.1")Enhances test execution by enabling concurrent running of test cases and specs, reducing overall test suite duration. Supports specifying coroutine dispatchers and running blocking tests on separate threads.