What are Jetpack Compose compiler metrics?
The Compose Compiler plugin can generate reports/metrics around
certain Compose-specific concepts that can be useful in understanding what is happening with some of the Compose code
at a fine-grained level.
It can output various performance-related metrics at build time, allowing us to peek behind the curtains and see where
any potential performance issues are.