We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a7f61 commit bc9b159Copy full SHA for bc9b159
1 file changed
app/build.gradle.kts
@@ -120,9 +120,9 @@ dependencies {
120
121
// Room
122
// To use Kotlin annotation processing tool
123
- ksp("androidx.room:room-compiler:2.6.1")
+ ksp("androidx.room:room-compiler:2.7.0")
124
implementation("androidx.room:room-runtime:2.7.0")
125
- annotationProcessor("androidx.room:room-compiler:2.6.1")
+ annotationProcessor("androidx.room:room-compiler:2.7.0")
126
127
// optional - Kotlin Extensions and Coroutines support for Room
128
implementation("androidx.room:room-ktx:2.7.0")
0 commit comments