Hi, How can I implement dagger hilt in my module i...
# dagger
j
Hi, How can I implement dagger hilt in my module if my module is shipped as an aar library in the main project? Because I have to annotate my application class with @HiltApplication. How will this work for my library module?
t
aggregation of entry points happens in the app module so you shouldn’t need to do anything there. disclaimer: i’ve not done it, this is just my understanding from reading.