Skip to content

Instantly share code, notes, and snippets.

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