Fixed
Status Update
Comments
mr...@gmail.com <mr...@gmail.com> #2
Need to bump a couple of dependencies, as well -- emoji2
and resourceinpection
. Should be fine.
il...@google.com <il...@google.com>
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #3
aosp/2136790 with a target release date of July 27th (yes that's the earliest release train).
ap...@google.com <ap...@google.com> #4
Adding a one-off release for July 13th so we can get this out the door. Waiting on aosp/2136790 to land before we can schedule it.
pr...@google.com <pr...@google.com> #5
Bugjuggler: wait until aosp/2136790 has merged
Description
LiveDataReactiveStreams
has been converted to kotlin andlifecycle-reactivestreams-ktx
has been merged intolifecycle-reactivestreams
as of this change (LiveData.toPublisher()
kotlin extension method has a different parameter ordering, we needed to keep the originalLiveDataReactiveStreams.toPublisher()
extension method. We should deprecate this method to point developers to theLiveData.toPublisher()
kotlin extension method.