Skip to content

Instantly share code, notes, and snippets.

@demonar
Created December 24, 2019 21:36
Show Gist options
  • Save demonar/42e6b8aa27e92dbb42adcb05e12f36c6 to your computer and use it in GitHub Desktop.
Save demonar/42e6b8aa27e92dbb42adcb05e12f36c6 to your computer and use it in GitHub Desktop.
val searchViewActivityModule = module {
viewModel { SearchViewModel() }
factory { DataSource() }
factory { (elements: ArrayList<DesiredObject>) -> SearchRecyclerViewAdapter(elements) }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment