The <Navigation3 release notes> points to a dead l...
# compose-android
e
The Navigation3 release notes points to a dead link for the guide (goog.le/nav3) Update: https://goo.gle/nav3 thanks @Ian Lake
😢 2
âž• 1
m
Is Navigation 3 compatible with material 3 adaptive Navigation suite ??
e
I'd love to tell you but the guide is dead 😆
m
So, there's a Navigation route to HTTP 404 😅🤣🤣
e
The Navigation3 lib is deprecated, please wait for Navigation4
😂 2
i
It is https://goo.gle/nav3, we'll fix up the release notes
thank you color 5
t
I don't see any mention of multiplatform ? This is not part of the plan for that one ?
i
We've split Navigation 3 into two modules, a runtime module that depends on Compose Runtime and a ui module that depends on Compose UI, so we're ready for KMP! We've been working with the Compose Runtime team and Jetbrains to support as many platforms as possible.
t
Nice 🙂 I'll finally have an official KMP solution to move away from Voyager and get predictive back inside the app.
m
Great update on the Navigation libraries @Ian Lake Is there a note about the interoperability between the Navigation libs and the material 3 adaptive navigation suite ?
i
We've been working with the Material 3 team and the Getting Started guide shows how you can use their
adaptive-navigation3
to get list detail panes in just a couple of lines of code
m
@Ian Lake understood