Inserting a component in the middle of the hierarc...
# dagger
m
Inserting a component in the middle of the hierarchy is something that is not possible at the moment in Hilt. However, you can work around that using 
@DefineComponent
 and entry pointing it. More info in the description of that PR: https://twitter.com/manuelvicnt/status/1275131052982444032
👍 3