Hello,
Has anyone tried to use KMP's Desktop app using koin with a two monitors configuration?
I'm having problem when moving my application from one screen to an other: the popup "koin has already been started" appears.
I haven't found anything on Google about this, if anyone knows how to fix this
✅ 1
a
arnaud.giuliani
12/13/2024, 1:45 PM
Do the app is killed/restarted? Or do you have a component that try to restart something that is already declared?
a
Alexis
12/13/2024, 1:50 PM
It was indeed something like that. I was calling my initKoin() function inside my main Composable function... 🫣
Thank you for your answer!)