Skip to content

Instantly share code, notes, and snippets.

@DoTheMonkeyBusiness
Created May 18, 2022 08:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DoTheMonkeyBusiness/593a62b12ce0bc572f8dbc8b9df0e3d9 to your computer and use it in GitHub Desktop.
Save DoTheMonkeyBusiness/593a62b12ce0bc572f8dbc8b9df0e3d9 to your computer and use it in GitHub Desktop.
internal val commonModule = module {
factory<ScreenProvider> { AppScreenProvider() }
single {
Json {
ignoreUnknownKeys = true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment