I recently saw the new feature announced on Google I/O Room Persistence Library to work with Sqlite databases on Android. I have been looking to the official documentation and I
Try this to compile Room Persistence library
implementation 'android.arch.persistence.room:runtime:1.1.1'; annotationProcessor 'android.arch.persistence.room:compiler:1.1.1';
And add this in root level build gradle
allprojects { repositories { jcenter() maven { url "https://maven.google.com" } }