
implementation("io.kotest:kotest-property-datetime:6.1.2")Enhances property-based testing by offering generators for date and time types, including `LocalDate`, `LocalDateTime`, and `Instant`. Supports specifying ranges for years, hours, minutes, and seconds to create diverse test cases.