Skip to content

Instantly share code, notes, and snippets.

@wadva474
Created August 13, 2023 21:59
Show Gist options
  • Save wadva474/b67c55446cf8efe6c369374d4d7b9657 to your computer and use it in GitHub Desktop.
Save wadva474/b67c55446cf8efe6c369374d4d7b9657 to your computer and use it in GitHub Desktop.
fun initKoin(
appModule: Module = module { },
repositoriesModule: Module = Modules.repositories,
viewModelsModule: Module = Modules.viewModels,
): KoinApplication = startKoin {
modules(
appModule,
repositoriesModule,
viewModelsModule,
platformModule
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment