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

Improve content emitter logic and support for conditional emitter count #298

Closed mrmans0n closed 1 month ago

mrmans0n commented 1 month ago

Improves the basics behind the content emitter counts, and makes it more flexible and easier to update.

I've also added support for branching code (e.g. if/else), so that if any of the branches contains emitters, they are taken into account.