Skip to content

Commit

Permalink
Bump Room to 2.6.0 and enable generateKotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
fibelatti committed Oct 21, 2023
1 parent f6d27e2 commit ea6d67c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ android {
ksp {
arg("room.schemaLocation", "$projectDir/schemas")
arg("room.incremental", "true")
arg("room.generateKotlin", "true")
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lifecycle = "2.6.2"
moshi = "1.15.0"
okhttp = "4.12.0"
retrofit = "2.9.0"
room = "2.5.2"
room = "2.6.0"
junit5 = "5.10.0"

[libraries]
Expand Down

0 comments on commit ea6d67c

Please sign in to comment.