Hi All, I have multiplatform project that have mul...
# multiplatform
a
Hi All, I have multiplatform project that have multi shared module, What should I deal with IOS App dependency injection of it. My Approach is that my main share module provide share dependencies and this object kept in ios app and every other module get this object and extends it to their modules. I use coin for that. Is there any solution for that?