Hello everyone, any suggestions for WorkManager eq...
# compose-desktop
t
Hello everyone, any suggestions for WorkManager equivalent for Kotlin Desktop app project? Main usage is to execute something when user goes from offline to online, so network monitoring is needed.
d
Don't know exact libraries. But you can use kotlinx.coroutines and ktor for network requests.
h
WorkManager handles a lot more than requests, would be nice to have it on other platforms 🤞🏽