You are using RxJava1 adapter for Retrofit, replace it with RxJava2 variant: ... implementation 'io.reactivex.rxjava3:rxandroid:3.0.0' implementation ...
確定! 回上一頁