mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
* #3482 Use Room in Structured Data branch - remove unused code * #3482 Use Room in Structured Data branch - fix unit test compilation * #3482 Use Room in Structured Data branch - add kdoc
This commit is contained in:
parent
942cef5d5e
commit
66e195d88b
20 changed files with 131 additions and 754 deletions
|
|
@ -107,6 +107,7 @@ dependencies {
|
|||
//Room
|
||||
def room_version= '2.2.3'
|
||||
implementation "androidx.room:room-runtime:$room_version"
|
||||
implementation "androidx.room:room-ktx:$room_version"
|
||||
kapt "androidx.room:room-compiler:$room_version" // For Kotlin use kapt instead of annotationProcessor
|
||||
implementation 'com.squareup.retrofit2:retrofit:2.7.1'
|
||||
implementation "androidx.room:room-rxjava2:$room_version"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue