Created
January 21, 2022 13:53
-
-
Save gabrielbmoro/29cbf4e15844dca8f70d781f9cba649b to your computer and use it in GitHub Desktop.
Calling Navigation Controller - Compose Navigation
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
clickEvent = { quiz -> | |
val route = ScreenRoutes.quizRoute(quiz) | |
navController.navigate(route) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment