From 93c4e4787e0379cd56b725b77884bfc4e3b96485 Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Wed, 19 Apr 2023 14:35:34 +0530 Subject: [PATCH] Disable verbose output when running kapt Signed-off-by: Aayush Gupta --- gradle.properties | 3 --- 1 file changed, 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index b8a23327a..f07f3bb50 100644 --- a/gradle.properties +++ b/gradle.properties @@ -49,6 +49,3 @@ android.lifecycleProcessor.incremental=true # turn off AP discovery in compile path, and therefore turn on Compile Avoidance kapt.include.compile.classpath=false -# Enable In Logcat to determine Kapt -kapt.verbose=true -