nimblehq / jetpack-compose-crypto

This is an sample Crypto market prices app built with Jetpack Compose
https://nimblehq.co/
MIT License
21 stars 5 forks source link

[Chore] Update Detekt rules for Jetpack Compose #34

Closed luongvo closed 2 years ago

luongvo commented 2 years ago

Why

We're still using the legacy Detekt config for Jetpack Compose project, that's why Detekt reports a lot of issues related to new Jetpack Compose conventions. Hence we have to skip them by adding a lot of Suppress annotations as a workaround.

There is a new Detekt rules for Compose should be applied to get rid of those issues.

Who Benefits?

Developers