
implementation("io.kotest:kotest-assertions-arrow:6.1.7")Enhances testing by providing specialized matchers for Arrow's functional data types, including `Option`, `Either`, `NonEmptyList`, and `Validated`. Facilitates assertions on these types, such as verifying an `Option` is `Some` or `None`, an `Either` is `Right` or `Left`, and checking contents of `NonEmptyList` and `Validated` instances.