Hi guys, what is the simplest way to create a set ...
# multiplatform
b
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
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
Thanks!
f
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
If you prefer with DI inject i have a starter project too, https://github.com/JoaoPint0/Koin-Compose-Multiplatfform/tree/main