Decompose-Router
Decompose-Router copied to clipboard
A Compose-multiplatform navigation library that leverage Decompose to create an API inspired by Conductor
When I want to use shared element transitions, I don't know how to implement it in this library
can you give examples?
Cannot access 'com. arkivanov. decompose. Child' which is a supertype of 'com. arkivanov. decompose. Child. Created'. Check your module classpath for missing or conflicting dependencies 
Let's assume we have following hierarchy: ``` ├── RootStackRouter │ ├── Screen with ChildStackRouter │ ├── Screen │ ├── Screen ``` Then we open the screen on`RootStackRouter`, on top of...
Hello, all works fine with compose `1.7.3`. After updating to `1.8.0` and below versions, we get an exception on app start on iOS. ```xml agp = "8.9.1" kotlin = "2.1.10"...