
implementation("io.kotest:kotest-extensions-spring:6.1.0-RC4")Integrates with the Spring framework to facilitate testing of Spring-based applications. Supports dependency injection, constructor injection, and Spring test annotations. Allows activation globally or per test class. Provides access to Spring's `TestContextManager` within tests. Offers customization of test method callbacks and handles final classes appropriately.