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 binary expressions support to MultipleContentEmitters #302

Closed mrmans0n closed 1 month ago

mrmans0n commented 1 month ago

Adds support for elvis operator operations when finding content emitters, and also adds direct support for scoped operations as well - not only for safe accessors this time (so anything wrapped with a with, run, etc would also be found).