Hey guys! How to check if koin is started in multi...
# koin
k
Hey guys! How to check if koin is started in multiplatform or iosMain? GlobalContext seems to be missing there.
👍 1
a
What do you want to check? If Koin is started?
You can pick
KoinPlatform.getKoinOrNull()
👍 1
k
Thanks! I noticed that you also updated the answer on github issue, which will be helpful for others, since I also first ended up there before coming here.