java.lang.NullPointerException: Cannot invoke "kotlinx.coroutines.flow.Flow.collect when bumping up coroutines 1.6.4 to 1.8.1 #4130
IvanSanchez-uam
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Kotlin: 1.9.23
androidGradle: 8.3.2
I'm trying to bump up coroutines 1.6.4 and many issues come up when bumping up from versions 1.6.4 to 1.8.1, I have tried to change runTest { } to runBlocking { } as mentioned here and this workaround but neither of them worked.
Beta Was this translation helpful? Give feedback.
All reactions