Does being modular mean less decoupling in Jetpack...
# compose
m
Does being modular mean less decoupling in Jetpack Compose?
j
Are you talking about Gradle modules?
k
Being modular has a more global scope, where you try to organize your code in feature-bounded modules. The code inside this module has tight cohesion and the module overall is less coupled.
m
No @Javier generally with regard to compose features
👍 1