Fixed
Status Update
Comments
ia...@gmail.com <ia...@gmail.com> #2
The error is happening when try to run the tests in `data_room` module.
il...@google.com <il...@google.com>
il...@google.com <il...@google.com>
mg...@google.com <mg...@google.com>
mg...@google.com <mg...@google.com>
ap...@google.com <ap...@google.com> #3
seems like an error in the method writer since it should be marking all parameters final.
ap...@google.com <ap...@google.com> #4
Facing the same issue
ap...@google.com <ap...@google.com> #5
Fix in progress.
Meanwhile, targeting Java8 will fix this.
Meanwhile, targeting Java8 will fix this.
Description
Component used:
androidx.lifecycle
Version used:
2.5.1
Devices/Android versions reproduced on: n/a
It's common to test view models in use tests but there is currently no way to close a view model without creating a VM Store, Factory etc. It would be nice if there was a test artifact that could help you provide a view model and close it.