Skip to content

Instantly share code, notes, and snippets.

@manuelernesto
Created August 20, 2020 18:12
Show Gist options
  • Save manuelernesto/2f485fba731f356db2033476d81666f8 to your computer and use it in GitHub Desktop.
Save manuelernesto/2f485fba731f356db2033476d81666f8 to your computer and use it in GitHub Desktop.
def room_version = "2.2.5"
implementation "androidx.room:room-runtime:$room_version"
kapt "androidx.room:room-compiler:$room_version"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment