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

Use type checking against PsiElements instead of KtNodeStubElementTypes #181

Closed mrmans0n closed 8 months ago

mrmans0n commented 8 months ago

Uses the actual type of the PsiElement to see what are we traversing. Should be harmless (?).

Might fix #176