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
Both Rx2 & Rx3 converters have redeclared name for Java to from for both toObservable and toFlowable. But these are two methods with only difference in their return type -> i.e. cannot be used from Java since it cannot resolve particular method.
Both Rx2 & Rx3 converters have redeclared name for Java to
from
for bothtoObservable
andtoFlowable
. But these are two methods with only difference in their return type -> i.e. cannot be used from Java since it cannot resolve particular method.kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/RxConvert.kt
Line 119 in 4c28f94
kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/RxConvert.kt
Line 154 in 4c28f94
The text was updated successfully, but these errors were encountered: