mrmans0n / compose-rules

Lint rules for ktlint/detekt aimed to contribute to a healthier usage of Compose. Actively maintained and evolved fork of the Twitter Compose rules.
https://mrmans0n.github.io/compose-rules
Other
550 stars 21 forks source link

Add more supported cases to ModifierClickableOrder #185

Closed mrmans0n closed 7 months ago

mrmans0n commented 7 months ago

Made ModifierClickableOrder rule useful for more cases: if the shape is referenced via MaterialTheme.shapes or similar, or if clip is used at all (before I was checking for shape params or shape classes, but clip only takes a shape so anything goes).