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
wbertan
11/10/2021, 3:43 PM
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
Hakob Astvacatryan
11/10/2021, 3:45 PM
haha, do you write unit tests to check dependencies?
w
wbertan
11/10/2021, 3:51 PM
🤔 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 😆