From 4504f2f1d47c71e935a99cb57975c420f6ff8c9a Mon Sep 17 00:00:00 2001 From: Inaki Villar Date: Mon, 17 Oct 2022 20:10:04 -0700 Subject: [PATCH] kapt.incremental.apt=false Change-Id: I49dd1484ff75798c975276ef662b20c97ce054ce --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4ceeb5e4c..114916d67 100644 --- a/gradle.properties +++ b/gradle.properties @@ -30,7 +30,7 @@ org.gradle.unsafe.configuration-cache=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official - +kapt.incremental.apt=false # Non-transitive R classes is recommended and is faster/smaller android.nonTransitiveRClass=true