Join Slack
Powered by
Hi Team I am working on a KMP project. I currently...
# multiplatform
m
Mohammad Zaki
08/15/2025, 11:43 AM
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
zsmb
08/15/2025, 12:00 PM
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
Mohammad Zaki
08/15/2025, 12:04 PM
which all platform does it support?
z
zsmb
08/15/2025, 12:11 PM
Pretty much all of them - Android, iOS, Desktop, Web
zsmb
08/15/2025, 12:11 PM
You can have a look at artifacts here for even more details on platforms
https://repo1.maven.org/maven2/org/jetbrains/androidx/navigation/
4
Views
Open in Slack
Previous
Next