compose-lints icon indicating copy to clipboard operation
compose-lints copied to clipboard

Unused Composable Rule

Open TBSten opened this issue 11 months ago • 0 comments

It is common to include Previews in Composable, but there is a problem that Composable is not recognized as unused because of its use in Previews, even if it is unused in the project.

Can we consider adding a rule that warns of such "Composable not used outside of Preview" as unused?

TBSten avatar Apr 21 '25 10:04 TBSten