You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AssistedInject only works for construction injection.
Dagger on the other hand is able to inject stuff after construction with *_MembersInjector for some @Inject lateinit var dep: Dependency.
Is it somehow possible to have this for AssistedInject?
AssistedInject only works for construction injection.
Dagger on the other hand is able to inject stuff after construction with
*_MembersInjectorfor some@Inject lateinit var dep: Dependency.Is it somehow possible to have this for AssistedInject?