This! One more addition, that `core` is not requir...
# android-architecture
g
This! One more addition, that
core
is not requirement. We have about 150 modules and no
core
, because it’s too easy to add any code to
core
because it doesn’t have any semantics, so it very easy to pollute it. In our case we just have different common modules separated semantically
👍 1