Skip to content

Instantly share code, notes, and snippets.

@pavan5208
Created June 19, 2021 16:31
Show Gist options
  • Save pavan5208/9d5a707f373b5f97f717a6e1627d1735 to your computer and use it in GitHub Desktop.
Save pavan5208/9d5a707f373b5f97f717a6e1627d1735 to your computer and use it in GitHub Desktop.
//Before
include ':app', ':sampleModule'
//After
include(":app", ":sampleModule")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment