Caused by: java.lang.RuntimeException: cannot find implementation for com.jikyunghee.mobile.android.myapplication.learn.mvvm.db.ContactDatabase. ContactDatabase_Impl does not exist Error! //room implementation 'androidx.room:room-runtime:2.2.5' 해결! - annotationProcessor을 추가해준다! //room implementation 'androidx.room:room-runtime:2.2.5' annotationProcessor 'androidx.room:room-compiler:2.2.5' annota..