https://kotlinlang.org logo
#feed
Title
# feed
s

Shreyas Patil

05/23/2022, 3:23 PM
A CLI utility to convert Jetpack Compose compiler metrics and reports to a beautified HTML page and see distinguished reports of problematic and non-problematic composable functions and classes in your codebase. Repo: https://github.com/PatilShreyas/compose-report-to-html
👌 8
🎉 2
👍🏻 1
a

Albert Chang

05/23/2022, 3:34 PM
Good work! However I recommend that you not use red color or terms like “Composables with issues” because a composable being non-skippable is not necessarily a problem. Non-skippable composables might cause performance issues in some cases but not all, and there are also cases where parameters can’t be stable. There are many non-skippable composables even in compose framework itself.
s

Shreyas Patil

05/23/2022, 3:38 PM
Yeah @Albert Chang, thanks! Actually in the beginning, I'm seeking for dev's feedback. Will improve it till it becomes stable. Thanks for your feedback
👍 2
5 Views