Hello! I’m new to kodein so please forgive the noob question. I’m working on a Multiplatform project and I’m using kodein in my common code. On each platform I have some implementations of interfaces defined in the common code, and I’d like to feed those implementations into my common code and provide them via kodein.
Is there a best practice way to feed these already created objects into KodeIn? Or is there a way to defer their creation to each platform but still create them with kodein?
Edit: External sources?