[Android] Databinding: activate incremental processing

Geoffrey Métais git at videolan.org
Thu May 9 17:00:14 CEST 2019


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu May  9 16:33:02 2019 +0200| [23d4cd0d1dc3827a4f82a2653e0c4693a58b33f9] | committer: Geoffrey Métais

Databinding: activate incremental processing

> https://code.videolan.org/videolan/vlc-android/commit/23d4cd0d1dc3827a4f82a2653e0c4693a58b33f9
---

 gradle.properties | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gradle.properties b/gradle.properties
index 4031fdc2e..675163e55 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,6 +1,7 @@
 android.enableJetifier=true
 android.useAndroidX=true
 android.enableR8=false
+android.databinding.incremental=true
 kapt.incremental.apt=true
 kapt.use.worker.api=true
 kapt.include.compile.classpath=false



More information about the Android mailing list