
implementation("io.kotest:kotest-assertions-kotlinx-datetime:6.0.6")Offers a suite of matchers for validating date and time values using the kotlinx-datetime library. Supports assertions on LocalDate, LocalDateTime, and Instant types, enabling checks like date equality, ordering, and specific component values.