twitter / compose-rules

Static checks to aid with a healthy adoption of Compose
https://twitter.github.io/compose-rules
Other
1.36k stars 93 forks source link

Filter restartable effects explicitly #84

Closed mrmans0n closed 2 years ago

mrmans0n commented 2 years ago

In ComposeViewModelForwarding we were blank checking that *Effect was not used. In reality, the list of restartable effects is smaller and we could keep it up to date ourselves.