Closed pwojtowicz-rg closed 1 year ago
Seems I found solution 😁
I upgraded compileSdk and targetSdk from 33 to 34 and io.github.raamcosta.compose-destinations:animations-core from 1.8.42-beta to 1.9.42-beta.
Seems to work, but also seems that I am lacking some knowledge ;)
I do not know why I had problem with Jetpack Compose version 1.4.3 and your library 1.8.42-beta.
Now I have 1.9.42-beta and it should be used with Jetpack Compose 1.5, but in my dependencies I have now Jetpack Compose version 1.4.3. Does this explicitly stated version 1.4.3 is ignored somewhere behind scenes when synchronizing dependencies? I have heard something about transitive dependencies, but I am not expert here.
All in all, maybe my problemas was related to this change https://android-review.googlesource.com/c/platform/frameworks/support/+/2449824 and there was some conflict in my dependencies?
Yes, if you use 1.9.x it will update compose in your final apk to 1.5 via transitive dependencies.
Anyway, check 1.9.50 where we stopped using accompanist navigation. You should make an effort to use that one since it's now all official compose navigation!
Check release notes (working on them atm) to see the small changes you might have to do!
I am trying to add this nice library to my project, navigation between screens works fine, then I tried to add navigation to bottom sheets.
I have read all documentation and library's GitHub page, and I have provided all necessary changes in my code, but I am still getting error. Can you help me a bit? ;)
This is my code with navigation configuration:
and here are all dependenciesI am using:
and my plugins configuration just in case: