Join Slack
Powered by
I noticed that in Android Koin is initialized in t...
# touchlab-tools
r
Ragyal
06/18/2020, 3:25 PM
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?
2
Views
Open in Slack
Previous
Next