I’m going to create a ticket to change that. It’s ...
# touchlab-tools
k
I’m going to create a ticket to change that. It’s OK for this small project, but you’ll want to explicitly init from
AppDelegate
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.
👍 1
r
Thanks,
()
has actually confused me.