feat: add database indices and testing
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user