kompass
kompass copied to clipboard
Kotlin Multiplatform Router for Android and iOS
kotlinx-coroutines-core/jvm/test/flow/TickerFlowsTest.kt _Originally posted by @hugo891 in https://github.com/sellmair/kompass/issues/9#issuecomment-1156885440_
It may be possible to implement a `FragmentRouteStorage` that takes the key of a route and retrieves the router later from the router by using the key again
I'd like to start a bit of a discussion around the DSL syntax. **Multiple paths to one goal:** ```kotlin router.clear() router.push(Route()) ``` ```kotlin router { clear() push Route() } ```...