java.lang.NoSuchMethodError: 'kotlinx.coroutines.CoroutineDispatcher kotlinx.coroutines.rx3.RxSchedulerKt.asCoroutineDispatcher(io.reactivex.rxjava3.core.Scheduler)' · Issue #4300 · apollographql/apollo-kotlin

Summary I'm migrating from Apollo Kotlin v2 to the latest v3 in my Java Spring Boot project. I'm getting a runtime error when executing my query with Rx3Apollo. The Rx3Apollo.single(queryCall) does...