Skip to content

Instantly share code, notes, and snippets.

@lynnfield
Created August 2, 2020 07:18
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 lynnfield/573a71bf9f072a83c4bd33b30fbc1869 to your computer and use it in GitHub Desktop.
Save lynnfield/573a71bf9f072a83c4bd33b30fbc1869 to your computer and use it in GitHub Desktop.
ext at build.gradle.kts
// creation
val dagger by extra { "2.25.3" }
val fabric by extra { "1.25.4" }
val minSdk by extra { 17 }
// usage
val dagger: String by extra.properties
val fabric: String by extra.properties
val minSdk: Int by extra.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment