PatilShreyas / compose-report-to-html

A utility (Gradle Plugin + CLI) to convert Jetpack Compose compiler metrics and reports to beautified HTML page.
https://patilshreyas.github.io/compose-report-to-html/
MIT License
383 stars 9 forks source link

(feature request): add support to ignore generated classes #36

Open karandeepsingh-cred opened 1 year ago

karandeepsingh-cred commented 1 year ago

right now the plugin is flagging generated classes (for example from moshi) as unstable. maybe we can ignore that

PatilShreyas commented 1 year ago

Thanks, @karandeepsingh-cred for raising the query. We'll definitely take a look into this

PatilShreyas commented 1 year ago

@karandeepsingh-cred Instead of ignoring a specific class, we have added a parameter to exclude the generation of classes in the report as of now in v1.1.0. Till the time actual support for specific class comes, maybe give it a try!