Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Cannot access class 'io.reactivex.rxjava3.core.Observable'. Check your module classpath for missing or conflicting dependencies #354

Closed
leif123 opened this issue Mar 26, 2022 · 2 comments

Comments

@leif123
Copy link

leif123 commented Mar 26, 2022

Issue description

val request = rxPermissions.request(Manifest.permission.CAMERA)

Cannot access class 'io.reactivex.rxjava3.core.Observable'. Check your module classpath for missing or conflicting dependencies
1
2
3

@leif123 leif123 closed this as completed Mar 28, 2022
@leif123
Copy link
Author

leif123 commented Mar 28, 2022

add
implementation 'io.reactivex.rxjava3:rxjava:3.0.4'

@pravingaikwad07
Copy link

add this lib in app module:

implementation 'io.reactivex.rxjava3:rxjava:3.1.4'

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

No branches or pull requests

2 participants