Skip to content

Commit

Permalink
Fix formatting issue
Browse files Browse the repository at this point in the history
As it was written, the rendering in insert-koin.io/docs was wrong.
  • Loading branch information
SarahDelCastillo committed Sep 16, 2024
1 parent f870a02 commit 0ff962f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/koin-core/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,5 +253,5 @@ startKoin { modules(featureModule1, featureModule2) }
Notice that all modules will be included only once: `dataModule`, `domainModule`, `featureModule1`, `featureModule2`.

:::info
If you have any compiling issue while including modules from the same file, either use `get()` Kotlin attribute operator on your module or separate each module in files. See https://github.com/InsertKoinIO/koin/issues/1341 workaround
If you have any compiling issue while including modules from the same file, either use `get()` Kotlin attribute operator on your module or separate each module in files. See https://github.com/InsertKoinIO/koin/issues/1341 workaround
:::

0 comments on commit 0ff962f

Please sign in to comment.