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