Skip to content

Instantly share code, notes, and snippets.

@adityawid
Created May 21, 2021 04:15
Show Gist options
  • Save adityawid/d0b5a35e263b5413681eb74d43b0d104 to your computer and use it in GitHub Desktop.
Save adityawid/d0b5a35e263b5413681eb74d43b0d104 to your computer and use it in GitHub Desktop.
dependencies {
////UI////
implementation "androidx.paging:paging-runtime-ktx:3.0.0"
////DATABASE////
implementation "androidx.room:room-ktx:2.3.0"
implementation "androidx.room:room-runtime:2.3.0"
kapt "androidx.room:room-compiler:2.3.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment