Skip to content

Instantly share code, notes, and snippets.

@mlykotom
Created January 3, 2020 10:09
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 mlykotom/db2a67c21fb5a08a1bee864a20d19038 to your computer and use it in GitHub Desktop.
Save mlykotom/db2a67c21fb5a08a1bee864a20d19038 to your computer and use it in GitHub Desktop.
Connecting The Dots :: Motivation - manually added dependencies
class SomeViewModel(
private val dep1: Dependency,
private val dep2: Dependency2
) : ViewModel()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment