<divclass="platform-hinted "data-platform-hinted="data-platform-hinted"><divclass="content sourceset-dependent-content"data-active=""data-togglable=":micro_utils.dokka:dokkaHtml/commonMain"><divclass="symbol monospace"><spanclass="token keyword">suspend </span><spanclass="token keyword">fun </span><ahref="start.html"><spanclass="token function">start</span></a><spanclass="token punctuation">(</span><spanclass="parameters "><spanclass="parameter ">config<spanclass="token operator">: </span><ahref="../-config/index.html">Config</a><spanclass="token punctuation">, </span></span><spanclass="parameter ">rawConfig<spanclass="token operator">: </span><spandata-unresolved-link="kotlinx.serialization.json/JsonObject///PointingToDeclaration/">JsonObject</span></span></span><spanclass="token punctuation">)</span></div><pclass="paragraph">Will create KoinApplication, init, load modules using <ahref="index.html">StartLauncherPlugin</a> and start plugins using the same base plugin. It is basic <ahref="start.html">start</a> method which accepts both <ahref="start.html">config</a> and <ahref="start.html">rawConfig</a> which suppose to be the same or at least <ahref="start.html">rawConfig</a> must contain serialized variant of <ahref="start.html">config</a></p><h4class="">Parameters</h4><divdata-togglable="Parameters"><divclass="table"data-togglable="Parameters"><divclass="table-row"data-filterable-current=":micro_utils.dokka:dokkaHtml/commonMain"data-filterable-set=":micro_utils.dokka:dokkaHtml/commonMain"><divclass="main-subrow keyValue WithExtraAttributes"><divclass=""><spanclass="inline-flex"><div><u><span>raw</span><wbr></wbr><span><span>Config</span></span></u></div></span></div><div><divclass="title"><divdata-togglable="Parameters"><pclass="paragraph">It is expected that this <spandata-unresolved-link="kotlinx.serialization.json/JsonObject///PointingToDeclaration/">JsonObject</span> will contain serialized <ahref="../-config/index.html">Config</a> (<ahref="index.html">StartLauncherPlugin</a> will deserialize it in its <ahref="setup-d-i.html">StartLauncherPlugin.setupDI</a></p></div></div></div></div></div></div></div><hr><divclass="symbol monospace"><spanclass="token keyword">suspend </span><spanclass="token keyword">fun </span><ahref="start.html"><spanclass="token function">start</span></a><spanclass="token punctuation">(</span><spanclass="parameters "><spanclass="parameter ">rawConfig<spanclass="token operator">: </span><spandata-unresolved-link="kotlinx.serialization.json/JsonObject///PointingToDeclaration/">JsonObject</span></span></span><spanclass="token punctuation">)</span></div><pclass="paragraph">Call <ahref="start.html">start</a> with deserialized <ahref="../-config/index.html">Config</a> as config and <ahref="start.html">rawConfig</a> as is</p><h4class="">Parameters</h4><divdata-togglable="Parameters"><divclass="table"data-togglable="Parameters"><divclass="table-row"data-filterable-current=":micro_utils.dokka:dokkaHtml/commonMain"data-filterable-set=":micro_utils.dokka:dokkaHtml/commonMain"><divclass="main-subrow keyValue WithExtraAttributes"><divclass=""><spanclass="inline-flex"><div><u><span>raw</span><wbr></wbr><span><span>Config</span></span></u></div></span></div><div><divclass="title"><divdata-togglable="Parameters"><pclass="paragraph">It is expected that this <spandata-unresolved-link="kotlinx.serialization.json/JsonObject///PointingToDeclaration/">JsonObject</span> will contain serialized <ahref="../-config/index.html">Config</a></p></div></div></div></div></div></div></div><hr><divclass="symbol monospace"><spanclass="token keyword">suspend </span><spanclass="token keyword">fun </span><ahref="start.html"><spanclass="token function">start</span></a><spanclass="token punctuation">(</span><spanclass="parameters "><spanclass="parameter ">config<spanclass="token operator">: </span><ahref="../-config/index.html">Config</a></span></span><spanclass="token punctuation">)</span></div><pclass="paragraph">Call <ahref="start.html">start