Skip to content

Commit

Permalink
use Room 2.6.0
Browse files Browse the repository at this point in the history
Enable generating Kotlin code instead of Java.
  • Loading branch information
teobaranga committed Oct 27, 2023
1 parent b3e138f commit 1bf138a
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 @@ -25,6 +25,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 @@ -16,7 +16,7 @@ moshi = "1.15.0"
moshi-converter = "2.9.0"
okhttp = "4.11.0"
retrofit = "2.9.0"
room = "2.5.2"
room = "2.6.0"
sandwich = "1.3.9"
timber = "5.0.1"
androidx-test-ext-junit = "1.1.5"
Expand Down

0 comments on commit 1bf138a

Please sign in to comment.