Cannot resolve symbol 'RxJavaCallAdapterFactory'
Add:
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.3.0'
to your dependencies
.
See the documentation.
Also update from RxJavaCallAdapterFactory to RxJava2CallAdapterFactory
Add:
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.3.0'
to your dependencies
.
See the documentation.
Also update from RxJavaCallAdapterFactory to RxJava2CallAdapterFactory