https://kotlinlang.org logo
#koin
Title
# koin
e

Elelan Vickneshvararajah (Elelan)

11/18/2023, 4:32 PM
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

LeoColman

11/18/2023, 7:40 PM
What do you mean WorkManager? https://developer.android.com/jetpack/androidx/releases/work this guy?
s

s3rius

11/18/2023, 8:45 PM
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.