Hi! We’re implementing Kodein in our newest app at...
# kodein
a
Hi! We’re implementing Kodein in our newest app at my company and we’re trying to abstract the dependency injection part (in case we need to suddenly change the DI library in the future) Has anyone ever done this ?
r
Hi 👋 If you are targeting Android, we have a chapter about being kodein independent https://kodein.org/Kodein-DI/?6.5/android#_being_kodein_independant Tell us if this helps
a
Yes I read it, the issue is that we're mostly trying to abstract the bindings definition and that's what I'm struggling with, but I think I'll just have to use on the normal constructor for the different binding types