WAI
Status Update
Comments
il...@google.com <il...@google.com> #2
The error is happening when try to run the tests in `data_room` module.
my...@gmail.com <my...@gmail.com> #3
seems like an error in the method writer since it should be marking all parameters final.
ra...@cubera.ch <ra...@cubera.ch> #4
Facing the same issue
il...@google.com <il...@google.com> #5
Fix in progress.
Meanwhile, targeting Java8 will fix this.
Meanwhile, targeting Java8 will fix this.
vi...@gmail.com <vi...@gmail.com> #6
Comment has been deleted.
vi...@gmail.com <vi...@gmail.com> #7
Comment has been deleted.
ag...@gmail.com <ag...@gmail.com> #8
Comment has been deleted.
ed...@gmail.com <ed...@gmail.com> #9
This fix was actually released in Room 2.1.0-alpha03.
Description
Component used: lifecycle
Version used: 2.6.0-beta01
Devices/Android versions reproduced on: N/A
launchWhenX
APIs are being deprecated. However, I do not see an alternative for running one-time suspend code.repeatOnLifecycle
does not match "one-time" andwithX
does not support suspend functions.