Closed MrJohn10 closed 3 weeks ago
Thanks for reporting! Looks to be similar to #201. Which version of Compose Multiplatform are you using? And which version of Kotlin?
compose-plugin = "1.6.11" kotlin = "2.0.0"
Thanks, I think this is the same issue as #201, not just related. Compose Navigation 2.8.0-alpha09 depends on Compose 1.7.0, whereas 2.7.0-alpha07 depends on Compose 1.6.10.
There seems to be a binary incompatibility between Compose 1.6.x and 1.7.0. As soon as 1.7.0 is stable, we should be able to support it and fix this issue.
FYI 1.2.0+13.6.0 was just released with Compose Multiplatform 1.7.0.
When showing paywall on iOS with
org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha09
the app crashes.code to open paywall:
purchases versions: purchases-kmp = "1.0.0+13.2.0" purchases-common = "13.2.0"
Changing navigationCompose version to "2.7.0-alpha07" fixes the issue.