Skip to content

Instantly share code, notes, and snippets.

@CostaFot
Created May 13, 2024 22:41
Show Gist options
  • Save CostaFot/2585f8d958cbaa13fe67f3d281b6ed86 to your computer and use it in GitHub Desktop.
Save CostaFot/2585f8d958cbaa13fe67f3d281b6ed86 to your computer and use it in GitHub Desktop.
@Composable
fun FirstScreen(
navigate: () -> Unit,
firstContainer: FirstContainer = FirstContainer().also {
DaggerFirstComponent.builder().build().inject(it)
},
firstViewModel: FirstViewModel = viewModel(factory = firstContainer.viewModelFactory)
) { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment