Привет всем, есть модуль, использую кодеин. Валиться с такой ошибкой
org.kodein.di.Kodein$NotFoundException: No binding found for bind<FingerprintHelper>() with ?<BaseFragment>().? { ? }
Available bindings for this type:
module finger {
bind<FingerprintHelper>() with scoped(ActivityRetainedScope.multiItem).singleton { FingerprintHelper }
}