Join Slack
Powered by
Hi guys, is it any validation library in kotlin, l...
# ktor
t
Timur Atakishiev
02/04/2020, 3:40 PM
Hi guys, is it any validation library in kotlin, like @NotBlank or @Size?
m
Matteo Mirk
02/05/2020, 11:26 AM
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
coderskitchen
02/09/2020, 1:10 PM
we're quite happy using valiktor :
https://github.com/valiktor/valiktor
17
Views
Open in Slack
Previous
Next