raamcosta / compose-destinations

Annotation processing library for type-safe Jetpack Compose navigation with no boilerplate.
https://composedestinations.rafaelcosta.xyz
Apache License 2.0
3.23k stars 134 forks source link

Accompanist Navigation Material functionality now available in androidx.compose.material.navigation.* #644

Closed SpiritualForest closed 6 months ago

SpiritualForest commented 6 months ago

Migration guide is here: https://google.github.io/accompanist/navigation-material/#migration

Are you planning to start using it instead of accompanist, which has been deprecated?

raamcosta commented 6 months ago

We are already using official material navigation -> not from accompanist.

raamcosta commented 6 months ago

I updated the README. I think at some point I had done that already, but probably was lost in some merge conflict or something. Thanks for pointing it out!