Room 2.6.1 with Kotlin code generation (#4081)

https://developer.android.com/jetpack/androidx/releases/room#2.6.0
This commit is contained in:
Zongle Wang 2024-02-23 19:21:31 +08:00 committed by GitHub
parent 5d5bc15f42
commit 88c75c8d9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -113,6 +113,7 @@ android {
ksp {
arg("room.schemaLocation", "$projectDir/schemas")
arg("room.generateKotlin", "true")
arg("room.incremental", "true")
}

View File

@ -20,7 +20,7 @@ androidx-swiperefresh-layout = "1.1.0"
androidx-testing = "2.2.0"
androidx-viewpager2 = "1.0.0"
androidx-work = "2.8.1"
androidx-room = "2.5.2"
androidx-room = "2.6.1"
autodispose = "2.2.1"
bouncycastle = "1.70"
conscrypt = "2.5.2"