I noticed that in Android Koin is initialized in t...
# touchlab-tools
r
I noticed that in Android Koin is initialized in the MainApplication, but in iOS this happens in the ViewController, right?
Copy code
let log = KoinIOS().get(objCClass: Kermit.self, parameter: "ViewController") as! Kermit
Does this mean that each ViewController creates a new DI Container?