Last active
February 25, 2024 11:02
-
-
Save kartikarora/27c7044a7c2c07562441e35b25ababe8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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