Hi there. I use Configurable Kodein to connect dif...
# kodein
t
Hi there. I use Configurable Kodein to connect different modules (local kodein objects for every module) in on big GlobalKodein object (which is configurable). May I expect kodein to resolve transitive dependencies located in different modules? For example: if i have singleton A in one kodein object, singleton B (depending on singleton A) in another object and all of them are added to global object before use.