paug / AndroidMakersApp

📱Official companion app for Android Makers by droidcon 🇫🇷
https://androidmakers.droidcon.com/
118 stars 27 forks source link

Add some kind of dependency injection #190

Closed enthuan closed 3 months ago

enthuan commented 3 months ago

To better handle the dependencies of the business, it could be cool to add something like Koin or a basic service locator.

It will be more simple to handle the dependency graph on iOS also because all the common code will inject what it needs.

Specific platform modules should therefore be allowed.