Skip to content

Commit

Permalink
Merge pull request #1980 from SarahDelCastillo/patch-1
Browse files Browse the repository at this point in the history
Fix formatting issue
  • Loading branch information
arnaudgiuliani authored Sep 17, 2024
2 parents 7bd030c + 0ff962f commit 73b2d5a
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 73b2d5a

Please sign in to comment.