Hi Guys Does anyone knows about any tutorials or s...
# koin
e
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
l
What do you mean WorkManager? https://developer.android.com/jetpack/androidx/releases/work this guy?
s
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
@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.