Enable Room kotlin code gen

This commit is contained in:
Shinokuni 2024-10-10 12:55:12 +02:00
parent b94933d61b
commit 8be236fdfb
1 changed files with 1 additions and 0 deletions

View File

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