Skip to content

Instantly share code, notes, and snippets.

@matiascalvo
Created April 23, 2022 07:58
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 matiascalvo/abd9aa05ab9c167b34dcae4db02360af to your computer and use it in GitHub Desktop.
Save matiascalvo/abd9aa05ab9c167b34dcae4db02360af to your computer and use it in GitHub Desktop.
Version catalog for blog post
[versions]
gradleplugin = "7.1.3"
kotlin = "1.6.10"
room = "2.4.2"
compose = "1.1.1"
[libraries]
room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
room-paging = { module = "androidx.room:room-paging", version.ref = "room" }
room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
android-test-junit4 = { module = "androidx.test.ext:junit:1.1.3", version = "1.1.3" }
gson = "com.google.code.gson:gson:2.9.0"
[bundles]
room = ["room-ktx", "room-paging", "room-runtime"]
[plugins]
android-application = { id = "com.android.application", version.ref = "gradleplugin" }
android-library = { id = "com.android.library", version.ref = "gradleplugin" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment