Join Slack
Powered by
Is it recommended to replace `GlobalContext.get()`...
# koin
m
Mark
07/15/2021, 2:40 AM
Is it recommended to replace
GlobalContext.get()
with
KoinPlatformTools.defaultContext().get()
?
a
arnaud.giuliani
07/15/2021, 7:45 AM
GlobalContext.get()
is more JVM related.
KoinPlatformTools.defaultContext().get()
is the cross platform way
👍 1
4
Views
Open in Slack
Previous
Next