-
Hi. In one of my KMP Android and iOS projects, I try to bump ballast (core and navigation) from 4.0.0 to 4.2.1 bump, but I get an error:
```kotlin
> Could not resolve all files for configuration '…
-
I was trying to use the new Navigation Compose Multiplatform implementation on my project https://github.com/serbelga/Todometer-KMP/pull/515 and there's a crash on iOS and Desktop platforms when navig…
-
Subscribe to this issue and stay notified about new [daily trending repos in Kotlin](https://github.com/trending/kotlin?since=daily).
-
When calling `navController.popBackStack` I would expected that the bottom sheet would hide itself such as it happens when I press the device's back button.
However, this is not what happens. The ani…
-
Since @MatkovIvan is working in commonizing all androidx libraries related to Navigation (lifecycle, navigation, savestate), it would be super cool to have IOS-like back animations for IOS (or maybe f…
-
Hi there,
after very enthusiastic and long during development it's quite quiet here since a while.
@raamcosta, no pressure!
But it would be good to know if there is more activity expected in the ne…
-
Two distinct issues.
1. When going to the next screen in my simple example app, you can see that sometimes you'll get a more noticeable flash when going to the next screen. At 20 seconds in, you ca…
-
**Describe the bug**
Getting NullPointerException on iPhone with the same code that works on Android (both KMP/CMP and regular Jetpack Compose non KMP/CMP)
**Affected platforms**
- iOS
*…
-
**Describe the bug**
Compose Multiplatform Official Navigation Library doesn't work on Desktop & Web Platforms in Compose + Kotlin Multiplatform.
**Affected platforms**
- Desktop (Windows,…
-
I'm looking for the best (if such thing exists) architectural pattern that would fit with the way apollo handles caching.
I looked at many implementations of different patterns in KMM/KMP, such as …