Hi everyone! I’m a native Android Engineer in Lond...
# multiplatform
a
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
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.
eg:
android
,
ios
->
shared
->
feature-a
,
feature-b
,
feature-c
a
Great! 👍 thanks for clearing this up