Join Slack
Communities
Powered by
What is the best layer to declare all the Hilt mod...
# android-architecture
m
Mohammed Akram Hussain
04/15/2024, 1:17 PM
What is the best layer to declare all the Hilt modules in a multi-module architecture? app module or domain?
j
Javier
04/15/2024, 1:49 PM
by definition it would be impossible to declary any Hilt module in the domain layer
Javier
04/15/2024, 1:50 PM
domain does not know about any other layer, so it is not able to provide any implementation and/or binding interfaces with classes
a
Angel
04/15/2024, 8:35 PM
This might help. Look for
Frameworks and Drivers
section. Hilt and Dagger are dependency injection frameworks.
https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html
👍 1
10
Views
Open in Slack
Previous
Next