konform-kt / konform

Portable validations for Kotlin
https://www.konform.io
MIT License
656 stars 39 forks source link

Verification of multiple field combinations #75

Closed shihuili1218 closed 1 year ago

shihuili1218 commented 1 year ago
data class Round(
    val min: Int,
    val max: Int
)

How to verify min<max