View ExampleActivity.kt
This file contains 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
// An example of a set of factories being used to construct a NavHost. | |
// Potentially defined within the app module | |
@AndroidEntryPoint | |
class ExampleActivity: AppCompatActivity { | |
@Inject | |
lateinit var composeNavigationFactories: @JvmSuppressWildcards Set<ComposeNavigationFactory> | |
@Composable | |
fun JetpackNavigationHiltApp() { | |
val navController = rememberNavController() |