Created
May 13, 2024 22:41
-
-
Save CostaFot/2585f8d958cbaa13fe67f3d281b6ed86 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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