Skip to content

Instantly share code, notes, and snippets.

@saurabhkpatel
Last active May 24, 2018 06:32
Show Gist options
  • Save saurabhkpatel/ffa0bc66fff975f9b48ebe0e0072d553 to your computer and use it in GitHub Desktop.
Save saurabhkpatel/ffa0bc66fff975f9b48ebe0e0072d553 to your computer and use it in GitHub Desktop.
// In the base module’s build.gradle file.
android {
// Specifies dynamic feature modules that have a dependency on this base module.
dynamicFeatures = [':features:kotlin',
':features:java',
':features:native',
':features:assets',
":dynamic_feature"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment