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
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")
}