Join Slack
Communities
Powered by
In hilt, does it possible to merge 1 dependencies ...
# dagger
m
miqbaldc
09/21/2020, 7:38 AM
In hilt, does it possible to merge 1 dependencies in multi-module, without generating different class in each module? Approach so far: 1. using
@Named
or
@Qualifier
, but doesn’t works:
https://github.com/google/dagger/issues/2074
R8 complaining about duplicate files, as seen in detailed issue here:
https://github.com/google/dagger/issues/2102
🆙 2
2
Views
Open in Slack
Previous
Next