We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9768c0b commit 26b29a0Copy full SHA for 26b29a0
app/build.gradle
@@ -70,7 +70,7 @@ android {
70
71
// Room
72
implementation "androidx.room:room-runtime:2.5.0"
73
- kapt "androidx.room:room-compiler:2.5.0"
+ kapt "androidx.room:room-compiler:2.7.1"
74
implementation "androidx.room:room-ktx:2.4.0"
75
76
// LiveData
0 commit comments