Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. dependencies {
  2. def room_version = "2.2.0-rc01"
  3. implementation "androidx.room:room-runtime:$room_version"
  4. annotationProcessor "androidx.room:room-compiler:$room_version"
  5. implementation "androidx.room:room-ktx:$room_version"
  6. testImplementation "androidx.room:room-testing:$room_version"
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement