albrechtroehm
10/06/2023, 10:03 AM@Composable
fun App() {
// Set current Koin instance to Compose context
KoinAndroidContext() {
AppTheme{
NavHost(...){
....
}
}
}
}
Pedro Francisco de Sousa Neto
10/06/2023, 11:03 AMalbrechtroehm
10/06/2023, 11:18 AM