mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
Also change from BuildConfig.VERSION_NAME to BuildConfig.KEYMAN_ENGINE_VERSION_NAME since Gradle removes them from libraries.
12 lines
727 B
Properties
12 lines
727 B
Properties
android.enableJetifier=true
|
|
android.useAndroidX=true
|
|
|
|
#Added because of warning in build process
|
|
#Gradle may disable incremental compilation as the following annotation processors are not incremental: auto-service-1.0-rc4.jar (com.google.auto.service:auto-service:1.0-rc4).
|
|
#Consider setting the experimental feature flag android.enableSeparateAnnotationProcessing=true in the gradle.properties file to run annotation processing in a separate task and make compilation incremental.
|
|
#Causes new warning:
|
|
#WARNING: The option setting 'android.enableSeparateAnnotationProcessing=true' is experimental and unsupported.
|
|
#The current default is 'false'.
|
|
#android.enableSeparateAnnotationProcessing=true
|
|
|
|
org.gradle.jvmargs=-Xmx1024m
|