mapbox / mapbox-base-android

This repository hosts annotation processors and module providers for Mapbox modular SDKs.
Other
11 stars 8 forks source link

Skip module configuration by default #18

Closed LukasPaczos closed 4 years ago

LukasPaczos commented 4 years ago

Capturing from internal chat, we'd like to change the behavior of module annotations and make the skipConfiguration = true by default. This will mean that by default module loader will try to use the no-arg constructor of a module and will not require any configuration.