WikiEducationFoundation / apps-android-wikiedudashboard

Access WikiEdu Dashboard from Android App.
https://dashboard.wikiedu.org/
MIT License
22 stars 53 forks source link

Use kotlin Data classes and remove overridden toString and other methods. #314

Closed kulloveth closed 4 years ago

kulloveth commented 4 years ago

fixes issue #313 Removed overriden toString methods and used kotlin data class

ujjwalagrawal17 commented 4 years ago

@kulloveth Thanks for the PR! lint check is failing. Can you run ./gradlew ktlintFormat and push your code after that.

kulloveth commented 4 years ago

@kulloveth Thanks for the PR! lint check is failing. Can you run ./gradlew ktlintFormat and push your code after that.

You can check it out now

kulloveth commented 4 years ago

@ujjwalagrawal17 so do i have to do this every time before i push?

ujjwalagrawal17 commented 4 years ago

Yes, @kulloveth we need to run it everytime.

ujjwalagrawal17 commented 4 years ago

Thanks for the PR! Nice Job.