Skip to content

Commit

Permalink
Merge pull request #1645 from GrzegorzBobryk/bugfix/dls_documentation
Browse files Browse the repository at this point in the history
[bugfix] dls documentation
  • Loading branch information
arnaudgiuliani committed Sep 7, 2023
2 parents 217e2cb + 6287a89 commit ea54974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/koin-core/dsl-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Usual options and DSL keywords are available in this lambda:
* `named("a_qualifier")` - give a String qualifier to the definition
* `named<MyType>()` - give a Type qualifier to the definition
* `bind<MyInterface>()` - add type to bind for given bean definition
* `binds(arrayOf(...))` - add types array for given bean definition
* `binds(listOf(...))` - add types list for given bean definition
* `createdAtStart()` - create single instance at Koin start

You can also use `bind` or `binds` operator, without any need of lambda:
Expand Down

0 comments on commit ea54974

Please sign in to comment.