Skip to content

Instantly share code, notes, and snippets.

@smoralb
Created July 25, 2021 09:02
Show Gist options
  • Save smoralb/738d62197bdcf69fbdbed89fa9025c75 to your computer and use it in GitHub Desktop.
Save smoralb/738d62197bdcf69fbdbed89fa9025c75 to your computer and use it in GitHub Desktop.
Gradle file for a especific module with common dependencies.
dependencies {
implementation project (':core')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment