Michael Makarov

Results 4 comments of Michael Makarov

+1 And my current workaround: (Yeah, negative Id is still id, and work fine :) ) ``` fun longHash(string: String): Long { var h = 98764321261L val l = string.length...

``` Java.lang.NoSuchMethodError: No static method lambda$create$0(Lcom/yheriatovych/reductor/Dispatcher; Lio/reactivex/subjects/PublishSubject;Ljava/lang/Object;)V in class Lcom/yheriatovych/reductor/observable/rxjava2/EpicMiddleware; or its super classes (declaration of 'com.yheriatovych.reductor.observable.rxjava2.EpicMiddleware' appears in at com.yheriatovych.reductor.observable.rxjava2.EpicMiddleware$$Lambda$4.dispatch(Unknown Source) ``` Using Android Studio 3.0 with java 8,...

Adding latest retrolambda 'me.tatarka:gradle-retrolambda:3.6.1' solve the problem, but... AS giving nice error: ``` Warning:One of the plugins you are using supports Java 8 language features. To try the support built...

Can be because of multidex?