RxValidator2 The simplest way to add reactive validation to your app How it works Problem In your application, there are fields that must be validated. When the number of validation rules becomes greater than 1, to control the display of errors in t
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation "com.squareup.retrofit2:retrofit:$retrofit_version"
...
implementation "com.github.piruin:retrofit-dsl:$retrofit_dsl_version" //Change to latest version
}