You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @Zhuinden, is there a plan to add support for KMM given recent news about jetpack compose being supported by KMM now and simple-stack already supporting compose-only navigation it would be kind of interesting to have full circle simple-stack for navigation and DI via scoped services?
The text was updated successfully, but these errors were encountered:
Hello, technically it would have to be a separate KMP-first Kotlin port of simple-stack, while removing some limiting features (see backstack.persistViewToState() and anything that directly depends on Parcelable).
Objectively I do have interest in this (the KMP landscape basically has Decompose as a navigation framework + the attempts in https://github.com/dbaroncelli/D-KMP-sample ) as there's clearly an opening, but I have no idea when I'd find the time to work on that atm.
I think Parcelable can be solved fairly simply by using expect..actual methods of the KMP (where parcelation on the non-Android platform would presumably just be no-op).
I guess the biggest hurdle here is actually rewriting the library in Kotlin?
Hello @Zhuinden, is there a plan to add support for KMM given recent news about jetpack compose being supported by KMM now and simple-stack already supporting compose-only navigation it would be kind of interesting to have full circle simple-stack for navigation and DI via scoped services?
The text was updated successfully, but these errors were encountered: