Created
March 11, 2018 09:39
-
-
Save vamsitallapudi/9cd7ba8e94297b2ad0897706a8d9ca04 to your computer and use it in GitHub Desktop.
Room Database Example - Integration of library in gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Room | |
implementation "android.arch.persistence.room:runtime:1.0.0" | |
kapt "android.arch.persistence.room:compiler:1.0.0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment