-
-
Notifications
You must be signed in to change notification settings - Fork 771
Open
Description
https://insert-koin.io/docs/reference/koin-android/workmanager/
Could you please make the documents for this website more complete ? For example, a complete code block, including complete declarations and imports like below:
package com.xxx.xx.x
import org.koin.androidx.workmanager.koin.workManagerFactory
// now website only show below
class MainApplication : Application(), KoinComponent {
override fun onCreate() {
super.onCreate()
startKoin {
// setup a WorkManager instance
workManagerFactory()
modules(...)
}
// where is this? i can't find it
setupWorkManagerFactory()
}
Metadata
Metadata
Assignees
Labels
No labels