From 37b65697c88feb73791d42c4370b0f622bce67cf Mon Sep 17 00:00:00 2001 From: ganfra Date: Thu, 8 Jun 2023 15:11:44 +0200 Subject: [PATCH] Disable kotlin incremental compilation for now, waiting for better --- gradle.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gradle.properties b/gradle.properties index ae25b1ed02..e15ee7a033 100644 --- a/gradle.properties +++ b/gradle.properties @@ -38,6 +38,9 @@ android.nonTransitiveRClass=true org.gradle.caching=true org.gradle.configureondemand=true org.gradle.parallel=true +# Check here for the reasons https://github.com/square/anvil/issues/693 +# useClasspathSnapshot=false is not enough in most cases. +kotlin.incremental=false # Dummy values for signing secrets / nightly signing.element.nightly.storePassword=Secret