Oct 20, 2021
First of all, thank you. This approach allowed me to avoid some nasty workarounds.
I wanted to ask, is this part
@Module
@InstallIn(ActivityRetainedComponent::class)
interface AssistedInjectModule
really necessary? It seams everything works without it. It was needed in time of Jake Warton's Assisted Inject, as I found out.