I'm trying to build a compose multiplatform app wi...
# multiplatform
i
I'm trying to build a compose multiplatform app with widgets for Android and iOS but I'm having trouble with the iOS widget. I am using Koin everywhere for dependency injection but I'm having trouble getting the DI to work properly. I think what's happening is that koin is creating two separate instances of the graph and that's why the data isn't matching up. Does anyone know of any examples of multiplatform widgets online that I can take a look at?
👀 2