mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 02:36:24 -04:00

gradle android.enableSeparateAnnotationProcessing=true supports incremental builds, see: https://developer.android.com/studio/releases/gradle-plugin
8 lines
186 B
INI
8 lines
186 B
INI
android.enableD8=true
|
|
android.enableD8.desugaring=true
|
|
android.enableJetifier=true
|
|
android.enableSeparateAnnotationProcessing=true
|
|
android.useAndroidX=true
|
|
org.gradle.jvmargs=-Xmx4096m
|
|
|