Carlos Eduardo Fernandes
Carlos Eduardo Fernandes
@cmelchior @bmunkholm any news on this?
was also requested here https://github.com/realm/realm-java/issues/4283
@cmelchior bump
@pakoito @akarnokd any plans on porting this to work with rxjava 2.x?
@nhachicha did this make it into realm 2.3.0 ?
Happens quite a lot on my project as well. Encryption: OFF
this should probably be a synchronised list? ``` final List iterators = new ArrayList(); ```
this solves the issue: ``` configurations.all { resolutionStrategy { force("org.jetbrains:annotations:13.0") } } ```