feat: add database indices and testing

This commit is contained in:
2026-06-08 15:01:06 +02:00
parent 2574a6e1e6
commit a232d4bfde
11 changed files with 289 additions and 7 deletions
+13
View File
@@ -22,3 +22,16 @@ android.disallowKotlinSourceSets=false
ksp.useKsp2=true
ksp.incremental=true
ksp.incremental.log=false
# Enable configuration cache
org.gradle.configuration-cache=true
# Parallel project execution (useful if you add more modules later)
org.gradle.parallel=true
# Increase heap if you see OOM during KSP/compilation
# org.gradle.jvmargs=-Xmx4g -XX:+UseG1GC
# Enable build caching (caches task outputs across clean builds)
org.gradle.caching=true