mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
annotation processing in separate task to support incremental builds
gradle android.enableSeparateAnnotationProcessing=true supports incremental builds, see: https://developer.android.com/studio/releases/gradle-plugin
This commit is contained in:
parent
b00ee9be46
commit
c3da448aca
@ -1,5 +1,7 @@
|
||||
android.enableD8=true
|
||||
android.enableD8.desugaring=true
|
||||
android.enableJetifier=true
|
||||
android.enableSeparateAnnotationProcessing=true
|
||||
android.useAndroidX=true
|
||||
org.gradle.jvmargs=-Xmx4096m
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user