I'm just creating two modules based on if they use network or not, apart from that the API is almost the same. The first smell is the public api composables are called the same. Network should be a impl detail. Leaking that on the module name is a smell.
I'm just creating two modules based on if they use network or not, apart from that the API is almost the same. The first smell is the public api composables are called the same. Network should be a impl detail. Leaking that on the module name is a smell.