Closed shivakumars closed 3 years ago
Cannot access 'com.prolificinteractive.materialcalendarview.OnDateSelectedListener' which is a supertype of using, implementation "com.github.prolificinteractive:material-calendarview:2.0.1" against
Cannot access 'com.prolificinteractive.materialcalendarview.OnDateSelectedListener' which is a supertype of
implementation "com.github.prolificinteractive:material-calendarview:2.0.1"
com.android.tools.build:gradle:4.1.2
Suggestions, please.
I was accessing the class that has this implementation from another module, hence the error. solved it by adding the dependency to the other module.
Cannot access 'com.prolificinteractive.materialcalendarview.OnDateSelectedListener' which is a supertype of
using,implementation "com.github.prolificinteractive:material-calendarview:2.0.1"
againstcom.android.tools.build:gradle:4.1.2
Suggestions, please.