Hi everyone ! I'm discovering Kodein and achieved to make it work in an Android App.
One thing that I loved with Dagger was the visibility restriction on a injected instance that is not declared in the component interface. (Other components can access it only if it is explicitly declared). Does it exist in some way in Kodein ?
I'm also experimenting multiplatform but I can't use my Kodein graph in Native. Is there some documentation or a sample project for this flavor to let me study it ?
Thanks :)