implementation("io.kotest:kotest-property-permutations:6.0.0.M4")
Facilitates property-based testing by generating permutations of input values to validate code behavior across diverse scenarios.