Skip to content

Commit bc9b159

Browse files
fix(deps): update dependency androidx.room:room-compiler to v2.7.0 (#1345)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a9a7f61 commit bc9b159

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ dependencies {
120120

121121
// Room
122122
// To use Kotlin annotation processing tool
123-
ksp("androidx.room:room-compiler:2.6.1")
123+
ksp("androidx.room:room-compiler:2.7.0")
124124
implementation("androidx.room:room-runtime:2.7.0")
125-
annotationProcessor("androidx.room:room-compiler:2.6.1")
125+
annotationProcessor("androidx.room:room-compiler:2.7.0")
126126

127127
// optional - Kotlin Extensions and Coroutines support for Room
128128
implementation("androidx.room:room-ktx:2.7.0")

0 commit comments

Comments
 (0)