Wyatt Berlinic
Sep 5, 2018 · 1 min read

2 quick questions:

  1. Do you have separate Application classes for each feature flavor? If not, how do you break the dependency from the Application class to all the feature modules when building small app slices?
  2. Are you using Dagger 2? I’m curious how you’ve set it up. My guess is that the base module has a Component then feature modules have Components that depend on the base Component.

Thanks.

    Wyatt Berlinic

    Written by