implementation("io.kotest:kotest-property-permutations:6.1.2")
Enhances property-based testing by generating all possible permutations of input values, ensuring comprehensive test coverage.