Hello Everyone, I want to build medicine tracker a...
# compose
m
Hello Everyone, I want to build medicine tracker app using compose multiplatform. I need one help. Is there any alternative to workmanager in compose multiplatform.
a
@Mahendra Sutar compose is about UI so it's unrelated to your question. you probably mean if there's a kotlin multiplatform lib and there's none afaik on desktop you dont have to worry about the system killing your app AFAIK so using coroutines should be fine
👍 1
c
being pedantic. but compose isn't just about ui. see: https://jakewharton.com/a-jetpack-compose-by-any-other-name/ even though 99% of the time we talk about it here. it is about ui. lol but yeah. pretty much you will need to come up with a different solution for each platform.
👍 1