Skip to content

Instantly share code, notes, and snippets.

@Plnda
Created May 23, 2020 22:16
Show Gist options
  • Save Plnda/a7479c29e9b8e5cb5e603530e712251f to your computer and use it in GitHub Desktop.
Save Plnda/a7479c29e9b8e5cb5e603530e712251f to your computer and use it in GitHub Desktop.
Dependencies {
Service { _ in Bar.init() }
Service { Foo(bar: $0.get()) }
Service(.global) { _ in ViewModel.init() }
}.build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment