Last active
October 21, 2021 13:58
-
-
Save burnoo/1989ec4796bb96e90cbbee76aee010a4 to your computer and use it in GitHub Desktop.
Cokoin Medium 7
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 Screen1(navController: NavController) { | |
val rootViewModel = getViewModel<RootViewModel>( | |
viewModelStoreOwner = navController.getBackStackEntry("root") | |
) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment