hossain-khan / android-daily-headlines

An app that provides daily headlines from popular news source.
MIT License
6 stars 1 forks source link

[Core] Get rid of auto value class and replace with kotlin #187

Closed noorejannat closed 6 years ago

noorejannat commented 6 years ago

AutoValue is no longer required as kotlin data class does the job. As part of task, should introduce kotlin to tablet module [OPTIONAL, or leave it for historical purpose].

hossain-khan commented 6 years ago

This may be duplicate of #195

hossain-khan commented 6 years ago

Fixed in https://github.com/amardeshbd/android-daily-headlines/issues/195