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?
It is common to include Previews in Composable, but there is a problem that Composable is not recognized as
unusedbecause 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?