Does WorkManager differentiate between flavours? ...
# android
a
Does WorkManager differentiate between flavours? e.g. I have 2 flavors,
A
and
B
. I use WorkManager to schedule work
Job
on both flavours, at random time. Will there be a conflict between
A.Job
and
B.Job
?
d
Please read the channel topic before posting. This is not a general-purpose Android Slack channel, it’s specifically for support related to Kotlin as used in an Android app. There are other resources, such as StackOverflow or http://android-united.community/ which will better serve you for general Android help.