ForceTower / Melon

UNES, o aplicativo que cria notificações para as ações do Portal Sagres.
https://play.google.com/store/apps/details?id=com.forcetower.uefs
GNU General Public License v3.0
47 stars 19 forks source link

Migrate to Hilt (dagger brother) dependency injection #72

Closed ForceTower closed 4 years ago

ForceTower commented 4 years ago

This changes the base dependency injection behavior of the app. Hilt is based on dagger, in the end of the day, it's all dagger. But hilt has way less boilerplate code and people don't have to know the dagger concept in depth.

Since the app has some Dynamic Feature Modules and those are not fully supported by Hilt (yet), they use standard dagger ;)