Skip to content

Instantly share code, notes, and snippets.

@bapspatil
Created August 22, 2018 05:12
Show Gist options
  • Save bapspatil/a295bb5e3718ae07f0718226ec58643d to your computer and use it in GitHub Desktop.
Save bapspatil/a295bb5e3718ae07f0718226ec58643d to your computer and use it in GitHub Desktop.
feature1 module's build.gradle file for Android App Bundle
apply plugin: 'com.android.dynamic-feature'
android {
...
}
dependencies {
...
// Add the app module as a dependency in the dynamic feature modules.
implementation project(':app')
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment