diff --git a/app/build.gradle b/app/build.gradle index 238a061..a2de639 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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