https://kotlinlang.org logo
m

Mehdi Haghgoo

02/06/2021, 8:22 AM
Does being modular mean less decoupling in Jetpack Compose?
j

Javier

02/06/2021, 9:13 AM
Are you talking about Gradle modules?
k

KD

02/06/2021, 2:44 PM
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

Mehdi Haghgoo

02/06/2021, 2:50 PM
No @Javier generally with regard to compose features
👍 1
7 Views