https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
b

Bob Kuhl

10/02/2023, 7:02 PM
Hi guys, what is the simplest way to create a set of screens in KMP with Compose UI, in common code, that allow for easy navigation (in code) between the screens? It there a good example to use as a starting point?
c

Casey Brooks

10/02/2023, 7:07 PM
For Compose-specific KMP questions, #compose is a going to be a better channel for you. And specifically with navigation, there are dozens of threads asking this same question, so you can browse/search that channel to find more details about the many libraries available for Compose navigation
b

Bob Kuhl

10/02/2023, 7:13 PM
Thanks!
f

Furqan Ullah

10/02/2023, 7:54 PM
Hi, I created this template and it contains basic libraries that you might need for navigation and other basic stuff. You can use this boiler plate to get started. https://github.com/furqanullah717/KMM-Template
j

João Pinto

10/03/2023, 3:47 PM
If you prefer with DI inject i have a starter project too, https://github.com/JoaoPint0/Koin-Compose-Multiplatfform/tree/main
2 Views