JakeWharton / RxBinding

RxJava binding APIs for Android's UI widgets.
Apache License 2.0
9.68k stars 971 forks source link

Cannot access class 'com.jakewharton.rxbinding2.InitialValueObservable' #359

Closed bmoliveira closed 7 years ago

bmoliveira commented 7 years ago

I'm using the RxBinding-Snapshot version and after the latest snapshot build, this started to happening any ideas why this started to happen?

Complete error: Error:(126, 25) Cannot access class 'com.jakewharton.rxbinding2.InitialValueObservable'. Check your module classpath for missing or conflicting dependencies

JakeWharton commented 7 years ago

The CI build that uploads snapshots succeeded so it should be present in the core 'rxbinding' module. Perhaps you caught it in the middle of uploading. Can you try again with --refresh-dependencies?