Hey. I have yet another question. Is it possible t...
# koin
m
Hey. I have yet another question. Is it possible to use Koin to inject all implementations of particular interfaces through Set/Array? I mean, let’s say I have two interface implementations in two different lib modules. Both are provided through
bean
in their Koin modules. Now, in my APK module I have another KoinModule which declares a
bean
which I’ll be using across my APK module, and I need to inject those two interface implementations into this
bean
.