You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding the libraries again in my project solves the problem, but I'd like to know if there is anything that can be done to the library so it became compatible with JitPack.
Here you can find the JitPack log when compiling the library. There are some JavaDoc errors, but I don't know if they are related.
Thanks!
The text was updated successfully, but these errors were encountered:
Interesting, I haven't used JitPack in the past, certainly not internally at Uber. I'm all about supporting it, but not something we will be able to prioritize since we are not experiencing this issue.
That said, we may begin new, active development on RxCentral later this year and could probably take a closer look longer term.
Will keep this open in the meantime in case others run across it.
Hi 👋
I've just opened a PR #49 to fix a bug and I wanted to use that version with JitPack.
The library is compiled successfully with JitPack, but when I use it in my project it does not find some dependencies like RxRelay
Caused by: java.lang.ClassNotFoundException: com.jakewharton.rxrelay2.Relay
There is an StackOverflow related issue https://stackoverflow.com/questions/68415734/packagemanagernamenotfoundexception-for-rxandroidble
Adding the libraries again in my project solves the problem, but I'd like to know if there is anything that can be done to the library so it became compatible with JitPack.
Here you can find the JitPack log when compiling the library. There are some JavaDoc errors, but I don't know if they are related.
Thanks!
The text was updated successfully, but these errors were encountered: