Created
October 27, 2021 10:16
-
-
Save josh-Muleshi/d7cb246dd7758d46fdb7a5614b7dd859 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
1. navfun (applicable in Kotlin except Comment) | |
@androidx.compose.runtime.Composable | |
fun Navigation($PARAM$: $TYPE$) { | |
NavHost(navController = $TYPE$, startDestination = "$ROOT$"){ | |
composable("$ROOT$"){ | |
$CODE$ | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment