Ivan Matkov
Ivan Matkov
Ok, It's about restoring the state of nested `NavHostControllers` - it's the limitation for these first alpha releases. Sorry, I didn't match the case with that unimplemented `TODO`. It's under...
Regarding versions: I've prepared the fix https://github.com/slikasgiedrius/Tob/pull/1 It was a misusage of the version constants. The issue for renaming these constants in the template is tracked here: https://youtrack.jetbrains.com/issue/KT-66613
It looks like https://youtrack.jetbrains.com/issue/KT-61205 that should be already fixed. Looking why it's still here
Ok, it was because K2 experimental mode in Kotlin 1.9. It's already fixed, I've updated Kotlin to 2.0.0-RC2 in your project - https://github.com/slikasgiedrius/Tob/pull/2
> org.jetbrains.compose.resources.MissingResourceException: Missing resource with path It's tracked in #4720 What's a chain of unrelated bugs! ðŸ«
@Stancescu-Andrei It's not super clear from your message what exactly doesn't work for you, I hope I've got it right. > On Android it works perfectly, but on IOS it...
@Too-Many-Bytes in a TODO list, but no ETA because there is an ongoing discussion with Google that can affect the it. Also, I want to emphasize that I'm not aware...
Thanks for explaining the use case, indeed for non-fullscreen sub navigation multiple `NavHost`s is the best fit. I beleive that second mentioned workaround is easy to implement: > Workaround 2:...