When I tried to implement the PersianMaterialDateTimePicker
in Android it showed me the multidate class not found.
I used below code,
dependencies {
compile 'com.mohamadamin:persianmaterialdatetimepicker:1.2.1'
}
How to can I solve this problem?
I checked this library and I don't found any things like multidate.*
.
I added this
repositories
in myallprojects
it solved my problem, Hope to Help you