AkshayChordiya / News

A sample News 🗞 app built using Modern Android Development [Architecture Components, Coroutines, Retrofit, Room, Kotlin, Dagger]
MIT License
848 stars 166 forks source link

Not enough information to infer type variable ResultType #24

Closed minion06 closed 4 years ago

minion06 commented 4 years ago

In NewsRepository emit(ViewState.loading()) is showing an issue

Not enough information to infer type variable ResultType

AkshayChordiya commented 4 years ago

Generally this issue happens because code hasn't been compiled correctly yet; doing a gradle sync should solve that issue or maybe a clean build after that. Let me know if that works :)

AkshayChordiya commented 4 years ago

Closing the issue due to in-activity. Please feel free to open it again if the issue persists