https://kotlinlang.org logo
#android-architecture
Title
# android-architecture
u

ursus

10/19/2019, 4:31 PM
easiest setup is to have :core for common stuff, features that depends on :core, and top level :app which depends on all features
💯 4
g

ghedeon

10/21/2019, 9:38 AM
probably depends on the size, right? I can imagine that on a small project
core
will have multiple packages and once you scale, those semantic packages become separate common modules. (one note, this whole setup will need adjustments for dynamic features, but thankfully it's a rare animal)
g

gildor

10/21/2019, 9:40 AM
Also possible
or maybe instead “semantic packages become separate common modules” you will get too many code that too hard to separate later
2 Views