skydoves / pokedex-compose

🗡️ Pokedex Compose demonstrates modern Android development with Jetpack Compose, Hilt, Coroutines, Flow, Jetpack (Room, ViewModel), and Material Design based on MVVM architecture.
Apache License 2.0
683 stars 112 forks source link

Fix Spotless Build failure #21

Closed FreedomChuks closed 4 months ago

FreedomChuks commented 4 months ago

🎯 Goal

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.

🛠 Implementation details

Describe the implementation details for this Pull Request. Addressed issue https://github.com/skydoves/pokedex-compose/issues/15 this PR resolves the reported issue and improves codebase formatting.

✍️ Explain examples

Explain examples with code for this updates. this

Preparing a pull request for review

Ensure your change is properly formatted by running:

$ ./gradlew spotlessApply

Please correct any failures before requesting a review.

FreedomChuks commented 4 months ago

@skydoves change list is long because i ran./gradlew spotlessApply