Skip to content

Commit 5b79296

Browse files
Bump androidx.room:room-compiler from 2.6.1 to 2.7.0
Bumps androidx.room:room-compiler from 2.6.1 to 2.7.0. --- updated-dependencies: - dependency-name: androidx.room:room-compiler dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e14a9e4 commit 5b79296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ dependencies {
427427
implementation("androidx.room:room-runtime:2.6.1")
428428

429429
// To use Kotlin Symbol Processing (KSP)
430-
ksp("androidx.room:room-compiler:2.6.1")
430+
ksp("androidx.room:room-compiler:2.7.0")
431431

432432
// optional - Kotlin Extensions and Coroutines support for Room
433433
implementation("androidx.room:room-ktx:2.6.1")

0 commit comments

Comments
 (0)