
implementation("io.kotest:kotest-assertions-arrow:6.1.0-RC4")Enhances testing capabilities by providing specialized matchers for Arrow's functional data types, including `Option`, `Either`, `NonEmptyList`, and `Validated`. Facilitates assertions on these types, enabling checks like `shouldBeSome()`, `shouldBeRight()`, and `shouldContain()`.