Hi guys, is it any validation library in kotlin, l...
# ktor
t
Hi guys, is it any validation library in kotlin, like @NotBlank or @Size?
m
there are some that use DSLs instead of annotations: https://github.com/search?l=Kotlin&q=kotlin+validation&type=Repositories but you can use
javax.validation
anyway, if you prefer
c
we're quite happy using valiktor : https://github.com/valiktor/valiktor