v1.2.2
- New rule:
ComposeFunctionName
ensures that Composable functions which return Unit should start with upper-case while the ones that return a value should start with lower case - Improve
ReusedModifierInstance
to detect more cases, now it works correctly for cases when a composable call is wrapped in a conditional (and other expressions)