Hilt dependencies vs. @AssistedInject of circuit #1035
-
Hi, as it's now possible to use hilt for creating bindings of presenters/screens - I'm running into an issue where a presenter would use the
generated factory is lacking the (provided) dependency
while i know that this is a general hilt issue - it would be great if someone has dealt with that as well could help me here. @jamiesanson |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You've annotated the wrong class, you need to annotate the assisted factory for assisted types. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the guidance. |
Beta Was this translation helpful? Give feedback.
You've annotated the wrong class, you need to annotate the assisted factory for assisted types.