Skip to content

Instantly share code, notes, and snippets.

@kartikarora
Last active February 25, 2024 11:02
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 kartikarora/27c7044a7c2c07562441e35b25ababe8 to your computer and use it in GitHub Desktop.
Save kartikarora/27c7044a7c2c07562441e35b25ababe8 to your computer and use it in GitHub Desktop.
object Versions {
const val mySpectacularLibararyVersion = "1.2.3"
}
object Libraries {
const val val mySpectacular =
"my.spectacular:library:${Versions.mySpectacularLibararyVersion}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment