diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8fc161d9..ed9a0d72 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -427,7 +427,7 @@ dependencies { implementation("androidx.room:room-runtime:2.6.1") // To use Kotlin Symbol Processing (KSP) - ksp("androidx.room:room-compiler:2.6.1") + ksp("androidx.room:room-compiler:2.7.1") // optional - Kotlin Extensions and Coroutines support for Room implementation("androidx.room:room-ktx:2.6.1")