kompass icon indicating copy to clipboard operation
kompass copied to clipboard

Kotlin Multiplatform Router for Android and iOS

Results 9 kompass issues
Sort by recently updated
recently updated
newest added

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() } ```...