Hey folks, we are considering koin as a DI solutio...
# koin
h
Hey folks, we are considering koin as a DI solution for our project. Does anybody experienced issues working with koin in case of multi modular big project(about 30 modules)
1
w
We have almost 50 modules, we use Koin and our project is using KMM too. Not a problem with Koin 🤔 Besides not having the compilation safety and sometimes we forget to provide the implementation 😅
🙏 1
today i learned 1
h
haha, do you write unit tests to check dependencies?
w
🤔 No 👀 I see the point, but I think it depends of the size and critical origin of the project for that - as adds on write and maintain those tests. For now we rely on the dev at least trying to open the screen to see if everything works 😆
h
cool thanks 👍