Hello everyone 👋
Is there a way to add modules later than first kodein object creation? Example case, in Dagger you would create a component by depending on application component (assuming) and add more modules on top and use that to provide / inject. I want to achieve the similar behaviour with Kodein, is there a way to create a kodein instance based on another kodein instance and add more modules on top, for example?