nomisRev / ktor-arrow-example

Real World implementation - "The mother of all demo apps". Written in Kotlin, with Ktor, Arrow, SqlDelight, KotlinX Serialization, etc.
Apache License 2.0
268 stars 34 forks source link

Fix duplicate `Profile` #195

Closed Kaaveh closed 11 months ago

Kaaveh commented 11 months ago

After merging Pablo's pull request, two conflicting Profile data classes were detected.

Screenshot 2023-10-30 at 6 45 49 AM

After making the necessary changes, I run the command gradlew spotlessApply to format the code.