diff --git a/gradle.properties b/gradle.properties index 39b451648..8aaf803f1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -37,13 +37,5 @@ android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enable Kapt Incremental annotation processing requeste -kapt.incremental.apt=true - -# Enable android.databinding.annotationprocessor.ProcessDataBinding (DYNAMIC) -android.databinding.incremental=true -android.lifecycleProcessor.incremental=true - -# turn off AP discovery in compile path, and therefore turn on Compile Avoidance -kapt.include.compile.classpath=false +# Disable new R8 mode android.enableR8.fullMode=false