hi guys, do you know some KMP library similar to <...
# multiplatform
v
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
Supporting what platforms?
v
ios and android
i’m using KMP 😅
j
KMP has more platforms than two, though
If you needed JS and Wasm, for example. Or JVM desktop or server. Or a native app on Linux, Windows, and/or MacOS.
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
Hello Victor - are you looking purely for WorkManager replacement, or is there a particular (more isolated) functionality you want to support?
v
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 🤣