Last active
May 24, 2018 06:32
-
-
Save saurabhkpatel/ffa0bc66fff975f9b48ebe0e0072d553 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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