Hi Team I am working on a KMP project. I currently...
# multiplatform
m
Hi Team I am working on a KMP project. I currently need to support Android and JVM. For Navigation, which library should I use? I tried Voyager, but it has some limitations which doesn't fit my use case. Need Some help.
z
If you're working with Compose, the default we recommend is the port of the Jetpack Navigation library, which is available for multiplatform https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-navigation.html But there are many community solutions too, if the Jetpack one is not to your taste https://klibs.io/?query=navigation
m
which all platform does it support?
z
Pretty much all of them - Android, iOS, Desktop, Web
You can have a look at artifacts here for even more details on platforms https://repo1.maven.org/maven2/org/jetbrains/androidx/navigation/