Skip to content

Instantly share code, notes, and snippets.

@hpkaushik121
Created May 29, 2023 17:13
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 hpkaushik121/abafbbe4a92346341f0dc96b7c2d6afd to your computer and use it in GitHub Desktop.
Save hpkaushik121/abafbbe4a92346341f0dc96b7c2d6afd to your computer and use it in GitHub Desktop.
// app/build.gradle
dependencies {
// ... other dependencies
implementation project(':module1')
implementation project(':module2')
}
// Define module priorities
evaluationDependsOn(':module1')
evaluationDependsOn(':module2')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment