Skip to content

Instantly share code, notes, and snippets.

@shorthouse
Created January 31, 2025 21:25
Show Gist options
  • Save shorthouse/e6680d8c5a142463bce4efd9077bda6a to your computer and use it in GitHub Desktop.
Save shorthouse/e6680d8c5a142463bce4efd9077bda6a to your computer and use it in GitHub Desktop.
fun commonModule(): Module = module {
single<MovieDao> { get<MovieDatabase>().getMovieDao() }
singleOf(::MovieViewModel)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment