Skip to content

Instantly share code, notes, and snippets.

@shorthouse
Created February 4, 2025 17:48
Show Gist options
  • Save shorthouse/97b27f9614478f05923f94e3f4721abd to your computer and use it in GitHub Desktop.
Save shorthouse/97b27f9614478f05923f94e3f4721abd to your computer and use it in GitHub Desktop.
fun initKoin(appDeclaration: KoinAppDeclaration = {}) {
startKoin {
appDeclaration()
modules(
commonModule() + platformModule()
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment