On the previous version it was very nice to do something like that ``` .subscribe({}, Timber::e) ``` while using rxJava, but now the only workarround I found is ``` .subscribe({}, Forest::e) ```