Recently I published a library with koin; when I used this library in my own application, everything is ok because I don't use Koin in my application, but if I startKoin in my application and the library both, the app crashes!.
Is there any way to use koin in application and library same? how can I call startKoin in my library without facing any problem in apps that used koin and called startKoin?
org.koin.core.error.KoinAppAlreadyStartedException: A Koin Application has already been started