Add: Room RxJava dependency

This commit is contained in:
machiav3lli 2022-01-03 09:22:46 +01:00
parent 4547ef8a55
commit d95fa04257

View File

@ -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'
}