Skip to content

Instantly share code, notes, and snippets.

@oradkovsky
Created April 28, 2020 18:47
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 oradkovsky/5db3b32d5d334d3348fa680443dd9fa8 to your computer and use it in GitHub Desktop.
Save oradkovsky/5db3b32d5d334d3348fa680443dd9fa8 to your computer and use it in GitHub Desktop.
val appModule = module {
single<Gson> { GsonBuilder().setPrettyPrinting().create() }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment