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 {
|
||||
arg("room.schemaLocation", "$projectDir/schemas")
|
||||
arg("room.generateKotlin", "true")
|
||||
arg("room.incremental", "true")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue