Disposables Can Cause Memory Leaks
Every Disposable holds a strong reference to the observer it binds. This can lead to surprising memory leaks.
Latest Articles
Every Disposable holds a strong reference to the observer it binds. This can lead to surprising memory leaks.
TL;DR Kapt will run on your test builds even if you didn't ask it to.
Dealing with timezone data in a desugaring world.
Extension functions in Dagger for fun and profit.