kpgalligan
06/18/2020, 3:32 PMAppDelegate
in a real project. Also, KoinIOS()
is confusing because it looks like it’s a new instance, but that’s just how you reference a global Kotlin object from Swift, with the ()
. It doesn’t actually make a new instance.Ragyal
06/18/2020, 4:35 PM()
has actually confused me.