Hello folks. I am integrating koin with jetpack co...
# koin
m
Hello folks. I am integrating koin with jetpack compose and found that i wanted to create a single {} for the jetpack navigation
NavController
. The controller has to be created inside a
@Composable
function. Therefore i am wondering if it is possible to define something in the context of a @Composable. eg:
Copy code
module { composable { rememberNavController() } }