Relative Content

Tag Archive for androidioskotlinkotlin-multiplatformcompose-multiplatform

Organize navigation root for Kotlin Multiplatform project

i’m struggling to organize my RootNavigation.kt in my kotlin multiplatform project. I want to navigate between auth screens, then some screens with information about the app and finally the user can enter the app and navigate using a bottom bar. the bottom bar just appears once the user passed the auth and information screens.