prolificinteractive / material-calendarview

A Material design back port of Android's CalendarView
https://prolificinteractive.github.io/material-calendarview/
MIT License
5.91k stars 1.32k forks source link

Compile Error: Cannot access 'com.prolificinteractive.materialcalendarview.OnDateSelectedListener' which is a supertype of #1102

Closed shivakumars closed 3 years ago

shivakumars commented 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

com.android.tools.build:gradle:4.1.2

Suggestions, please.

shivakumars commented 3 years ago

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.