From 0ff962f43707639f0ec30dee0c9922f421181a40 Mon Sep 17 00:00:00 2001 From: Sarah Del Castillo Date: Mon, 16 Sep 2024 13:44:27 +0200 Subject: [PATCH] Fix formatting issue As it was written, the rendering in insert-koin.io/docs was wrong. --- docs/reference/koin-core/modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/koin-core/modules.md b/docs/reference/koin-core/modules.md index 153795168..e42d01afb 100644 --- a/docs/reference/koin-core/modules.md +++ b/docs/reference/koin-core/modules.md @@ -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 :::