Skip to content

Instantly share code, notes, and snippets.

@douglasiacovelli
Created October 24, 2019 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save douglasiacovelli/58431bd54736796c29ebc12fad5ba5bb to your computer and use it in GitHub Desktop.
Save douglasiacovelli/58431bd54736796c29ebc12fad5ba5bb to your computer and use it in GitHub Desktop.
Airbnb snippet on how to add modules to app according to flavor
project.flavors.each { flavor, config ->
project.dependencies.add("${flavor}Compile", project(config.entryModule))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment