SmartAlarm/gradle.properties
RafiFattan23 44ac435853 Testing
2025-12-28 20:38:37 +07:00

18 lines
421 B
Properties

org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true
android.enableJetifier=true
kotlin.code.style=official
android.nonTransitiveRClass=true
# Performance optimizations
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
# Kotlin compiler
kotlin.daemon.jvmargs=-Xmx2048m
# Fix KAPT issues
kapt.use.worker.api=true
kapt.incremental.apt=true