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
Looking at the diagram it seems like Mobile-UI depends only on presentation module. When I actually dived into the code, that is not really the case. Mobile-UI depends on 4 out of 5 modules in the project. As far I could understand the necessity of other modules except the presentation one is because of the injection package we have inside Mobile-UI module.
What I was curious about is that if we could make different module for injection which will depend on all modules and providing the necessary injection required for each module. Doing that we can limit the usage of modules other than presentation from Mobile-UI modules. Which will also separate the concerns in a good day.
The text was updated successfully, but these errors were encountered:
Looking at the diagram it seems like Mobile-UI depends only on presentation module. When I actually dived into the code, that is not really the case. Mobile-UI depends on 4 out of 5 modules in the project. As far I could understand the necessity of other modules except the presentation one is because of the injection package we have inside Mobile-UI module.
What I was curious about is that if we could make different module for injection which will depend on all modules and providing the necessary injection required for each module. Doing that we can limit the usage of modules other than presentation from Mobile-UI modules. Which will also separate the concerns in a good day.
The text was updated successfully, but these errors were encountered: