Umbrella module is solely for iOS. For Android I can work with multimodules without limitations…
l
louiscad
10/03/2020, 1:27 PM
One could argue the umbrella module is the app module on Android.
m
Michal Harakal
10/03/2020, 1:30 PM
for now I use build variants on Android to achieve different modules combinations. But I have issue with iOS. Meanwhile I have found that I have to export
export(project(":shared:presentation"))
it in the framework binary section. But this doesn’t work with the nice
ios()
shortcut so I am fignting with manual definition of iOS targets …