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

ComposeViews not appear in reports #56

Closed abbasiehsan1991 closed 6 months ago

abbasiehsan1991 commented 1 year ago

I have a lot of <androidx.compose.ui.platform.ComposeView/> in my code base. But in the reports of releaseComposeCompilerHtmlReport or other reports, none of them appear in the report. Is there something I missed doing or this type of user can't be detected now? Also, I have some activities which completely are compose, None of them are recognized!

image
PatilShreyas commented 1 year ago

@abbasiehsan1991 Do your module has functions with @Composable annotation? Because this plugin will only create report of Composable functions and not with that XML tag.

PatilShreyas commented 6 months ago

Closing due to inactivity, feel free to re-open with more details.