provideMapLayersManager
fun provideMapLayersManager(dispatchers: CoroutineDispatchers, httpClient: HttpClient, mapPrefs: MapPrefs): MapLayersManager(source)
Provided here rather than by annotating the class: its storage location and file system are constructor parameters so tests can redirect them, and Koin would otherwise try to resolve those too.