What dependencies should one be putting in each module of an instant app?
I'm in the process of writing an instant app for others to learn how to write an instant app and hoping to get some ideas on how to best structure the app for dependencies. Now reading the Android developer docs on project structure and referencing the diagram below: I'm wondering with the new gradle 3.0 dependency configurations , what libraries should live in which modules? Base Feature I was thinking pretty much anything in the base feature module should be using the api gradle configuration since the base feature module essentially compiles down to an AAR library file. One question I might