Hi guys, I'm new wit kodein, I would like to have ...
# kodein
i
Hi guys, I'm new wit kodein, I would like to have an instance of an AnalyticsManager in a CustomSwitchCompact but kodein returns the following error
Copy code
org.kodein.di.Kodein$NotFoundException: No binding found for bind<Analytics>() with ?<InjectionSwitch>().? { ? }
    Available bindings for this type:
            module appCoreModule {
                bind<Analytics>() with scoped(ActivityRetainedScope.MultiItem).singleton { AnalyticsFirebase }
            }