OK. For context, I wrote this version of Koin and ...
# touchlab-tools
k
OK. For context, I wrote this version of Koin and we’re working to get this into Koin 3. The design is that all interaction with Koin happens in the main thread, we can keep Koin’s internals from freezing. The idea is that for the most part you access DI from the main thread. Making Koin accessible to any thread means everything internal is frozen, or we need to block and jump threads to access it.