Join Slack
Powered by
<Type mismatch error when fetching API with RxJava...
# stackoverflow
u
user
07/22/2022, 11:41 AM
Type mismatch error when fetching API with RxJava
I'm trying to fetch API with RxJava by following this tutorial:
https://www.youtube.com/watch?v=VObSnk5jrpc&list=PLRRNzqzbPLd906bPH-xFz9Oy2IcjqVWCH&index=6
▾
But I got an error saying: Type mismatch. Required: io.reactivex.disposables.Disposable! Found: io.reactivex.rxjava3.disposables.Disposable! Here is the code: try{ compositeDisposable.add(...
2
Views
Open in Slack
Previous
Next