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
Dima Avdeev
09/23/2023, 8:47 PM
Don't know exact libraries. But you can use kotlinx.coroutines and ktor for network requests.
h
Hector
11/03/2023, 7:50 PM
WorkManager handles a lot more than requests, would be nice to have it on other platforms 🤞🏽