compose-report-to-html
compose-report-to-html copied to clipboard
ComposeViews not appear in reports
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!
@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.
Closing due to inactivity, feel free to re-open with more details.