Fixed
Status Update
Comments
ga...@google.com <ga...@google.com>
ad...@google.com <ad...@google.com>
bi...@google.com <bi...@google.com> #2
Seems like it happens on API 21-22 too.
au...@google.com <au...@google.com> #3
This is expected. You are calling: enqueueUniquePeriodicWork() with an ExistingPeriodicWorkPolicy.REPLACE. This will cancel running work, and kick off new instances of all Workers.
https://github.com/rubensousa/WorkManagerKitkatBug/blob/master/app/src/main/java/com/github/rubensousa/workkitkatbug/MainActivity.kt#L24
bi...@google.com <bi...@google.com> #4
I just ran the sample again and now the behaviour is different for some weird reason. I forgot to mention that I only used REPLACE to test this properly. Because it also happens with KEEP.
Description
Today with AGP 8.1.0-beta05
.gradle/android/FakeDependency.jar
is considered configuration cache input. It should not be.