hi guys, do you know some KMP library similar to WorkManager (Android). I would like to implement some background tasks in a multiplatform app 😅
j
jw
02/08/2025, 5:11 PM
Supporting what platforms?
v
Victor
02/10/2025, 9:30 PM
ios and android
Victor
02/10/2025, 9:30 PM
i’m using KMP 😅
j
jw
02/10/2025, 9:31 PM
KMP has more platforms than two, though
jw
02/10/2025, 9:32 PM
If you needed JS and Wasm, for example. Or JVM desktop or server. Or a native app on Linux, Windows, and/or MacOS.
jw
02/10/2025, 9:34 PM
Some libraries only support a subset of available KMP targets, especially if those targets share similar functionality or use cases. So if you needed Android, nodejs, and Wasm Wasi then the answer becomes much more complicated
m
Matt Dyor
02/11/2025, 9:57 PM
Hello Victor - are you looking purely for WorkManager replacement, or is there a particular (more isolated) functionality you want to support?
v
Victor
02/13/2025, 10:10 PM
hi @Matt Dyor i would like to execute soma scheduler task like: sync data every 5 min or something like that. I know that it’s possible using WorkManager for that i asked for it 😅. To be honest, i don’t mid using another library 🤣