Jonathan
04/28/2025, 3:41 PMNavDestination.id
is annotated with:
@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
In the JetBrains navigation library the same property in the native AndroidX Navigation library is publicly accessible.Stylianos Gakis
04/28/2025, 4:22 PMJonathan
04/28/2025, 4:29 PMid
to “pop” the navigation stack to to handle top level navigation similar to “Now In Android”.Stylianos Gakis
04/28/2025, 5:12 PMJonathan
04/28/2025, 5:13 PMId
is in the public API on Android. I got my example from NowInAndroid. The problem is I’m trying to adapt this solution to Compose Multiplatform.Stylianos Gakis
04/28/2025, 5:16 PM