Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RxJava library functions import issue #8

Open
TaraAndroid opened this issue Jun 2, 2021 · 0 comments
Open

RxJava library functions import issue #8

TaraAndroid opened this issue Jun 2, 2021 · 0 comments

Comments

@TaraAndroid
Copy link

I have downloaded project. It gives me Rx java import issues all over the project. Do I need to implement rx java library in project?
below are few import issues listed
error: package rx.functions does not exist
import rx.functions.Action1;

import rx.Observable;
import rx.Subscription;
import rx.functions.Action1;
import rx.subscriptions.CompositeSubscription;

etc.

I have implemented "implementation 'io.reactivex.rxjava2:rxjava:2.2.7'" . even though does not works. Please suggest what to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant