Skip to content

Instantly share code, notes, and snippets.

@oradkovsky
Created April 28, 2020 18:47
Show Gist options
  • 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