Shreyas Patil

Results 100 comments of Shreyas Patil

@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.

The new version has a dependency on compose v1.6.x which is not stable yet. So will be releasing that once 1.6 is stabilized

@naikon33 can you show a example of how you're using a modifier?

Can you try with the latest version please and with the latest modifier API?

Are you maintaining modifier order properly with the latest version's implementation?

Don't use `Capturable` composable function which is deprecated now. Use `capturable()` modifier on the exact component which you need to capture and see if that works or not.

I'm not sure on this, but I think this is happening because of translation and scale applied via `graphicsLayer()` modifier. Maybe that's causing cropping of the captured area. Just for...