Fixed
Status Update
Comments
il...@google.com <il...@google.com>
il...@google.com <il...@google.com>
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #2
Yigit, do you have time to fix it?
reemission of the same liveData is racy
reemission of the same liveData is racy
na...@google.com <na...@google.com> #4
Thanks for the detailed analysis. This may not be an issue anymore since we've started using Main.immediate there but I' not sure; I'll try to create a test case.
Description
Component used:lifecycle-viewmodel
Version used: 2.6.0-alpha02
In this bug , version constraints were introduced in lifecycle dependencies to help reduce the likelihood of having conflicting lifecycle versions on the classpath.
It appears however, that the constraints in the latest version of
lifecycle-viewmodel
itself introduces a version conflict.Running the gradle
dependencies
command on a module containing it yields the following:In this line
lifecycle-viewmodel-ktx
has a version constraint to 2.3.1.The result is, in any project with the following lines added to their app dependencies:
Will see the following build failure: