Skip to content

Instantly share code, notes, and snippets.

@mattrob33
Created March 5, 2022 14:59
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 mattrob33/a034c7c13dd75342b5a832e327320183 to your computer and use it in GitHub Desktop.
Save mattrob33/a034c7c13dd75342b5a832e327320183 to your computer and use it in GitHub Desktop.
plugins {
id(Plugins.androidLibrary)
kotlin(Plugins.kotlinAndroid)
}
dependencies {
implementation(projects.core.logging)
implementation(Dependencies.hiltAndroid)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment