coletz
06/22/2019, 2:37 PMlibCommon which has all the models and business logic for the 3 platforms, libMobile which adds the persistance only for android/ios and then the app module with the code specific for every platform. The js app will have project(':libCommon'), while the android/ios apps will have project(':libMobile'), and libMobile will have project(':libCommon'). Is there any better approach? Thanks everyone 🙏
(ps: I'm not even sure this will work, that's just what I'm thinking about before beginning a simple project)