Skip to content

Instantly share code, notes, and snippets.

@matzuk
Created February 7, 2019 12:36
Show Gist options
  • Save matzuk/b074f5ea45e870cc195ec5bac05e8e27 to your computer and use it in GitHub Desktop.
Save matzuk/b074f5ea45e870cc195ec5bac05e8e27 to your computer and use it in GitHub Desktop.
// bla-bla-bla
dependencies {
implementation project(':core-utils')
implementation project(':core-db-api')
implementation project(':core-db-impl')
implementation project(':core-network-api')
implementation project(':core-network-impl')
implementation project(':feature-scanner-api')
implementation project(':feature-scanner-impl')
implementation project(':feature-antitheft-api')
implementation project(':feature-antitheft-impl')
implementation project(':feature-purchase-api')
implementation project(':feature-purchase-impl')
// bla-bla-bla
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment