evant
06/15/2021, 1:16 PMdave08
06/15/2021, 1:18 PMpublic override val _scoped: LazyMap = LazyMap()
and the usage _scoped.get(...)
, but I don't see it being initialized anywhere...?evant
06/15/2021, 1:19 PMby lazy {}
dave08
06/15/2021, 1:23 PM@AppScope
needs to be on both the component, and each dependency that needs to be saved in the scope I suppose?
So I can't really make the @AppScope
include the @Provides
to avoid writing both for each dependency...dave08
06/15/2021, 1:24 PM@Singleton
annotation that does both at once...