Hi
We are working on a Ktor & Koin project and we at start we had one Koin module but as with the time we added more and more components into it and now we decided to split into 2 modules but it looks like for testing purpose it will be easy to have one component in each module.
I wondering if there are some rules of thumb on how to split components into modules
Thanks