Javier
10/26/2020, 10:51 AM@Composable
functions with Koin. An use case is abstracting the navigation to use the same interface for a Multiplatform project.rememberNavController
function creates the NavHostController
, sojava.lang.IllegalArgumentException: SavedStateProvider with the given key is already registered
invoke()
function before any Navigation
"go to" function is invokedarnaud.giuliani
10/26/2020, 11:03 AMJavier
10/27/2020, 2:53 PMcomposable
name, I think it should be the name to replace single
for composables
composable { someComposableFunction() }
arnaud.giuliani
10/27/2020, 3:11 PM