Skip to content

Commit

Permalink
Merge pull request InsertKoinIO#1050 from djyugg/fix/docs/workmanager
Browse files Browse the repository at this point in the history
Fix WorkManager docs
  • Loading branch information
arnaudgiuliani authored Mar 23, 2021
2 parents 8b715cd + 9cb09ca commit 392682b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/koin-android/workmanager.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ The `koin-androidx-workmanager` project is dedicated to bring Android WorkManage

## WorkManager DSL

## Setup Fragment Factory
## Setup WorkManager

At start, in your KoinApplication declaration, use the `fragmentFactory()` keyword to setup a default `KoinFragmentFactory` instance:
At start, in your KoinApplication declaration, use the `workManagerFactory()` keyword to a setup custom WorkManager instance:

```kotlin
class MainApplication : Application(), KoinComponent {
Expand Down

0 comments on commit 392682b

Please sign in to comment.