Skip to content

Instantly share code, notes, and snippets.

@Morfly
Last active October 27, 2022 04:21
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 Morfly/f2167f1755bdfcdade243bf62806993c to your computer and use it in GitHub Desktop.
Save Morfly/f2167f1755bdfcdade243bf62806993c to your computer and use it in GitHub Desktop.
class MovieSearchEntryImpl @Inject constructor() : MovieSearchEntry() {
@Composable
override fun Composable(
navController: NavHostController,
destinations: Destinations,
backStackEntry: NavBackStackEntry
) {
// Build your feature UI here.
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment