Getting `java.lang.NoSuchMethodError: 'java.lang.O...
# coroutines
s
Getting
java.lang.NoSuchMethodError: 'java.lang.Object kotlinx.coroutines.channels.Channel.receiveCatching-JP2dKIU(kotlin.coroutines.Continuation)'
while using
Copy code
publisher
.asFlow()
.toList()
I have added
Copy code
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.5.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.5.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0")
Any help would be appreciated 🙂