Fixed
Status Update
Comments
se...@google.com <se...@google.com>
se...@google.com <se...@google.com> #2
This error shows up when there is a module in your project whose .iml file does not contain:
external.system.id ="GRADLE"
Can you please check your .iml files? Also, instead of opening the project, *import* it, that will completely rewrite your .iml files and you won't see that error again.
Can you please check your .iml files? Also, instead of opening the project, *import* it, that will completely rewrite your .iml files and you won't see that error again.
Description
Version used: alpha-7
Devices/Android versions reproduced on: Nougat
The constructor of MediatorLiveData.Source always wraps mObserver with another observer. This causes the comparison in addSource to fail, so if you add a source with the exact same arguments (which the documentation allows) you will get an exception regardless.