Skip to content

Commit

Permalink
Merge pull request #1469 from BobbyBakes/patch-1
Browse files Browse the repository at this point in the history
Update dsl-update.md
  • Loading branch information
arnaudgiuliani committed Dec 13, 2022
2 parents 96d9860 + 7742abe commit 89f59dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/koin-core/dsl-update.md
Expand Up @@ -22,7 +22,7 @@ module {
}
```

Not need to specify dependencies in constructor anymore with `get()` function! 🎉
No need to specify dependencies in constructor anymore with `get()` function! 🎉

:::info
Be sure to use `::` before your class name, to target your class constructor
Expand Down Expand Up @@ -109,4 +109,4 @@ val factory = koin.get<MyFactory> { parametersOf(id)}

:::caution
Koin Reflection DSL is now deprecated. Please Use Koin Constructor DSL above
:::
:::

0 comments on commit 89f59dd

Please sign in to comment.