From 73702cf9676762aaf82aa0d6cea5ed3e0f0596fb Mon Sep 17 00:00:00 2001 From: skydoves Date: Tue, 7 Nov 2023 16:39:47 +0900 Subject: [PATCH] Enable compose compiler options --- gradle.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b3a660cb..675b0600 100644 --- a/gradle.properties +++ b/gradle.properties @@ -35,4 +35,7 @@ android.defaults.buildfeatures.shaders=false # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library # https://developer.android.com/studio/releases/gradle-plugin#4.1-nontransitive-r-class -android.nonTransitiveRClass=true \ No newline at end of file +android.nonTransitiveRClass=true +# Eanble compose compiler options +enableComposeCompilerMetrics=true +enableComposeCompilerReports=true \ No newline at end of file