dave08
06/27/2018, 3:50 PMorg.kodein.di.Kodein$NotFoundException: No binding found for bind<UpgradeProtectionPlanService>() with ?<FragmentActivity>().? { ? }
Available bindings for this type:
module ActivityModule {
bind<UpgradeProtectionPlanService>() with scoped(AndroidComponentsWeakScope).singleton { UpgradeProtectionPlanService }
}
Registered in this Kodein container:
bind<ApplicationsAdapter>() with factory { Multi2<FragmentActivity, AppsFragment> -> ApplicationsAdapter }
module ActivityModule {
bind<ProtectionPlanApi>() with scoped(AndroidComponentsWeakScope).singleton { ProtectionPlanApi }
bind<UpgradeProtectionPlanService>() with scoped(AndroidComponentsWeakScope).singleton { UpgradeProtectionPlanService }
}