m-ivanov
Results
4
comments of
m-ivanov
kotlin methods annotated with @RxLogFlowable do not works ``` @RxLogFlowable Flowable numbers() { return Flowable.just(1, 2, 3, 4); } ```
confirmed with Gradle 4.8
+1