AgendaCalendarView
AgendaCalendarView copied to clipboard
Error:(406, 28) error: cannot access StickyListHeadersListView
getting error , when import this module to another project. Error:(406, 28) error: cannot access StickyListHeadersListView class file for se.emilsjolander.stickylistheaders.StickyListHeadersListView not found
did you find any solution?
I noticed that if we use 'compile' configuration instead of 'implementation' in build.gradle , this error will be fixed.
Please also add StickyListHeaders dependency to your project. It will save your day :) implementation 'se.emilsjolander:stickylistheaders:2.7.0'
Don't use implementation in your project you should use 'api' keyword in agendacalendarview to get the transitive dependency