
implementation("io.kotest:kotest-assertions-arrow:6.1.10")Enhances testing capabilities by providing specialized matchers for Arrow data types, including `Option`, `Either`, `NonEmptyList`, and `Validated`. Facilitates assertions like `shouldBeSome()`, `shouldBeRight()`, and `shouldContain()`, streamlining validation of functional programming constructs.