Skip to content

Instantly share code, notes, and snippets.

@shorthouse
Created January 31, 2025 21:08
Show Gist options
  • Save shorthouse/271e444c067f11c4b44a0e490a966fc7 to your computer and use it in GitHub Desktop.
Save shorthouse/271e444c067f11c4b44a0e490a966fc7 to your computer and use it in GitHub Desktop.
actual fun platformModule(): Module = module {
single<MovieDatabase> {
val builder = getDatabaseBuilder()
getMovieDatabase(builder)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment