Hi Guys
Does anyone knows about any tutorials or samples where I can learn injecting workmanager using koin in the android app module of my kmp project
The koin documentation has info on this. Not much to do: add dependency, copy paste the manifest change, add workFactory and worker/workerOf. That's it.
🙌 1
e
Elelan Vickneshvararajah (Elelan)
11/20/2023, 8:53 AM
@LeoColman Yeah. I'm in the process of migrating a android project to KMP. To prepare for that I'm migrating all the hilt modules in app to koin.