Fixed
Status Update
Comments
da...@google.com <da...@google.com> #2
We introduced a regression in beta02. Can you try using beta01 instead ?
ap...@google.com <ap...@google.com> #3
Also, beta03 is coming with a fix very soon.
da...@google.com <da...@google.com> #4
Thank you for your prompt response. I've checked the functioning of OneTimeWorkRequest in beta01 and it works as expected. Looking forward to beta03 for the fix.
Description
Component used: Fragment Version used: Devices/Android versions reproduced on:
When using Hilt Jetpack integration, the Hilt Work factory failed to create Worker with the following exception:
It appears this is due to a but in the class name mapping.
I declared my worker inside a Kotlin object like this:
Which create a
com.example.webservices.Device.Worker
entry in the Worker Factory mapping. But this entry do not match the real runtime class name which iscom.example.webservices.Device$Worker