diff --git a/build.gradle b/build.gradle index 30f4ec23..970b4c4c 100644 --- a/build.gradle +++ b/build.gradle @@ -168,6 +168,7 @@ dependencies { // Room implementation 'androidx.room:room-runtime:2.4.0' implementation 'androidx.room:room-ktx:2.4.0' + implementation 'androidx.room:room-rxjava3:2.4.0' kapt 'androidx.room:room-compiler:2.4.0' }