You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When implementing com.mapbox.maps.plugin.MapPlugin interface, Android Studio shows a lint error. This occurs because the interface depends on com.mapbox.maps.plugin.delegates.MapDelegateProvider, which was restricted to library scope in commit 78ff1f8
Expected behavior
MapDelegateProvider should be publicly accessible since the documentation of com.mapbox.maps.plugin.Plugin specifies that the MapPlugin interface is designed to support user-defined plugins.
The text was updated successfully, but these errors were encountered:
Environment
Observed behavior and steps to reproduce
When implementing
com.mapbox.maps.plugin.MapPlugin
interface, Android Studio shows a lint error. This occurs because the interface depends oncom.mapbox.maps.plugin.delegates.MapDelegateProvider
, which was restricted to library scope in commit 78ff1f8Expected behavior
MapDelegateProvider
should be publicly accessible since the documentation ofcom.mapbox.maps.plugin.Plugin
specifies that theMapPlugin
interface is designed to support user-defined plugins.The text was updated successfully, but these errors were encountered: