add room persistency

This commit is contained in:
reyniersbram 2023-03-25 16:35:58 +01:00
parent c218dec1f2
commit bda9b09eed

View file

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