You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SharedFlow.collect function specifies Nothing as its return type. This is helpful for preventing errors, since the linter can mark any code after collect as unreachable.
Consider changing the EventListenable.collect extension function to match.
SharedFlow.collect function specifies Nothing as its return type. This is helpful for preventing errors, since the linter can mark any code after
collect
as unreachable.Consider changing the EventListenable.collect extension function to match.
See also this issue: Kotlin/kotlinx.coroutines#2789
The text was updated successfully, but these errors were encountered: