Hi everyone! I’m a native Android Engineer in London and very new to the multi platform landscape. I am currently thinking how possible it is to scale apps with this approach.
Most talks I’ve seen focus on a single shared module.
Does anyone know if it possible to have multiple shared modules vs a potential shared monolith?
p
pardom
06/25/2019, 3:56 PM
You can have multiple mpp modules, but you will need to have a top-level mpp module which includes all the other modules as a dependency.