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:
parent
5d5bc15f42
commit
88c75c8d9b
2 changed files with 2 additions and 1 deletions
|
@ -113,6 +113,7 @@ android {
|
||||||
|
|
||||||
ksp {
|
ksp {
|
||||||
arg("room.schemaLocation", "$projectDir/schemas")
|
arg("room.schemaLocation", "$projectDir/schemas")
|
||||||
|
arg("room.generateKotlin", "true")
|
||||||
arg("room.incremental", "true")
|
arg("room.incremental", "true")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ androidx-swiperefresh-layout = "1.1.0"
|
||||||
androidx-testing = "2.2.0"
|
androidx-testing = "2.2.0"
|
||||||
androidx-viewpager2 = "1.0.0"
|
androidx-viewpager2 = "1.0.0"
|
||||||
androidx-work = "2.8.1"
|
androidx-work = "2.8.1"
|
||||||
androidx-room = "2.5.2"
|
androidx-room = "2.6.1"
|
||||||
autodispose = "2.2.1"
|
autodispose = "2.2.1"
|
||||||
bouncycastle = "1.70"
|
bouncycastle = "1.70"
|
||||||
conscrypt = "2.5.2"
|
conscrypt = "2.5.2"
|
||||||
|
|
Loading…
Reference in a new issue