Vladimir Kislicins
Results
2
issues of
Vladimir Kislicins
Since updating to `gradle:2.2.0`, all my builds have `unaligned` added to the file name. I've done some digging and `gradle:2.2.0` no longer produces the `unaligned` build. Also, I've ran the...
I've got an implementation where a `SharedFlow` is observed, and on change, the observed model is passed to the Epoxy controller (`setData` is called). The view models themselves don't rebind,...