|
@@ -252,7 +252,7 @@ dependencies {
|
|
|
|
|
|
implementation "androidx.room:room-runtime:${roomVersion}"
|
|
|
implementation "androidx.room:room-rxjava2:${roomVersion}"
|
|
|
- kapt "androidx.room:room-compiler:${roomVersion}" // For Kotlin use kapt instead of annotationProcessor
|
|
|
+ kapt "androidx.room:room-compiler:${roomVersion}"
|
|
|
implementation "androidx.room:room-ktx:${roomVersion}"
|
|
|
|
|
|
implementation "androidx.lifecycle:lifecycle-livedata-ktx:${lifecycleVersion}"
|