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
543 stars 20 forks source link

Add ModifierComposed rule #214

Closed mrmans0n closed 5 months ago

mrmans0n commented 5 months ago

Adds a ModifierComposed rule, to detect all usages of composed in Modifiers and direct people to use Modifier.Node instead, as it's more performant and the recommended option nowadays.

Closes #203