feat: enhance data access objects with additional Room annotations and improve database migration logic
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user