feat: enhance data access objects with additional Room annotations and improve database migration logic

This commit is contained in:
2025-10-25 20:19:51 +02:00
parent 56be50646b
commit aecee4420d
18 changed files with 387 additions and 123 deletions
+5
View File
@@ -105,3 +105,8 @@ detekt {
buildUponDefaultConfig = true
allRules = false
}
// Ensure Detekt uses a supported JVM target
tasks.withType(io.gitlab.arturbosch.detekt.Detekt).configureEach {
jvmTarget = "21"
}