Closed brainbytes42 closed 5 years ago
Try using RC30? And you you are also using Java 11?
Sorry, use RC22.
there is only RC16 here...? https://repo.maven.apache.org/maven2/io/reactivex/rxjava2/rxjavafx/
no, I'm using java 8 - is the 2.11... version Java 11 only?
@brainbytes42 yes, 2.11.x only works with Java 11 with OpenJFX.
Use earlier versions for Java 8, which will soon be developed under 2.8.x versions.
Hi,
gradle just pulled the newes version, and failed... previously, I was using 2.2.2, which worked fine.
now with 2.11.0-RC16, it crashed with following message:
I had RxJava included with wildcard: compile group: 'io.reactivex.rxjava2', name: 'rxjava', version: '2+'
Fixing it to 2.2.2 (last version before, I think) solves the issue.