Ivan Matkov

Results 108 comments of Ivan Matkov

Because it's not ported to multiplatform yet

Fixed by https://github.com/JetBrains/compose-multiplatform-core/pull/1539

It's not available in first alphas on adopted Jetpack Navigation, but it's in our TODO list. If the question is not about navigation library but just about "Compose Multiplatform" -...

It's reproducible on Android too. Even/odd vs what's happen there is probably just because of different density

@F-J-S-P could you please duplicate this issue to Google issue tracker (with main point about Android/common instead of Desktop)? Thanks

iOS reuses animation from common in this place, so it looks more like performance/missing frames issue. @elijah-semyonov could you please take a look?

It should work just fine: https://github.com/JetBrains/compose-multiplatform/assets/1836384/a279376c-2edf-4ad4-9487-566d2fc1fc88 Tested with: Compose 1.6.10-beta03, Navigation 2.7.0-alpha03 I don't see a version of the navigation library in the description, so the recommendation is quite common:...

> 2.8.0-alpha02 It was explicitly reverted to 2.7 branch to avoid compatibility issues - we're using the original Google's binary on Android and 2.8 introduces dependency on Compose 1.7. It...

Looking at nested `NavHost` case (btw nested graphs don't require multiple `NavHost`/`NavHostController`s) > Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':composeApp:debugRuntimeClasspath'. Cannot say anything without reproduction, but...

Investigation regarding state: save/restoring state works, but keys that are based on composition-key-hash are different. For now, I'm not sure that there is a guarantee that it will be the...