Skip to content

Instantly share code, notes, and snippets.

@renaudmathieu
Created May 20, 2021 16:44
Show Gist options
  • Save renaudmathieu/3f82725bb6b57de06e64858f5d7632bc to your computer and use it in GitHub Desktop.
Save renaudmathieu/3f82725bb6b57de06e64858f5d7632bc to your computer and use it in GitHub Desktop.
object Kotlin {
const val version = "1.5.0"
}
object Ktor {
const val version = "1.5.4"
}
object Moshi {
const val version = "1.12.0"
}
object Koin {
const val version = "2.0.0"
}
object Logback {
const val version = "1.2.3"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment