ziv kesten
07/01/2024, 7:30 AMconnect
and disconnect
functions, which will internally call startKoin
and stopKoin
Will this mean that an app consuming my library and also uses koin be affected? how can i avoid this?
The reason i want to call stopKoin
is to clear all the singeltons my SDK creates as it initializes.
What would be the best practice on using koin in a library project?Alexandru Caraus
07/01/2024, 11:25 AMziv kesten
07/02/2024, 11:55 AMarnaud.giuliani
07/11/2024, 7:13 AMziv kesten
07/11/2024, 7:15 AMziv kesten
07/11/2024, 7:17 AMarnaud.giuliani
07/11/2024, 7:26 AMIf i use stopKoin, wouldnt that affect an app consuming my SDK if they use koin as well?, also if i call startKoin in my SDK i could crash an app that has called startKoin itselfif Isolated, no impact
arnaud.giuliani
07/11/2024, 7:26 AMziv kesten
07/11/2024, 7:28 AMarnaud.giuliani
07/11/2024, 8:23 AM