slackhq / compose-lints

Lint checks to aid with a healthy adoption of Compose
https://slackhq.github.io/compose-lints
Apache License 2.0
374 stars 20 forks source link

Deprecated rule `ComposeComposableModifier` ("Don't use `@Composable` builder functions for modifiers") #369

Open svenjacobs opened 1 month ago

svenjacobs commented 1 month ago

When creating a custom composable Modifier, the rule ComposeComposableModifier is applied. However this is now officially permitted by Google since composed {} is no longer recommended.

ZacSweers commented 2 weeks ago

I think you meant to file this on github.com/slackhq/compose-lints?

svenjacobs commented 2 weeks ago

Oops, yes, sorry 🙊