add room persistency
This commit is contained in:
parent
c218dec1f2
commit
bda9b09eed
1 changed files with 8 additions and 0 deletions
|
@ -78,6 +78,14 @@ dependencies {
|
|||
// Proto DataStore
|
||||
implementation 'androidx.datastore:datastore:1.0.0'
|
||||
implementation 'com.google.protobuf:protobuf-javalite:3.18.0'
|
||||
|
||||
// Room
|
||||
implementation 'androidx.room:room-runtime:2.5.0'
|
||||
annotationProcessor 'androidx.room:room-compiler:2.5.0'
|
||||
|
||||
implementation 'androidx.room:room-ktx:2.5.0'
|
||||
|
||||
kapt 'androidx.room:room-compiler:2.5.0'
|
||||
}
|
||||
|
||||
// Allow references to generate code
|
||||
|
|
Reference in a new issue