Skip to content

Commit

Permalink
Enable compose compiler options
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Nov 7, 2023
1 parent 5b1b348 commit 73702cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
android.nonTransitiveRClass=true
# Eanble compose compiler options
enableComposeCompilerMetrics=true
enableComposeCompilerReports=true

0 comments on commit 73702cf

Please sign in to comment.