Ric-AB
Ric-AB
> `org.gradle.jvmargs=-Xmx8192M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx8192M"` I was able to build a release with this configuration. But I started to face this problem when I upgraded **Compose version to 1.6.0-rc02** Please where...
> If that is the case, It is not possible to use different transitions in same Navigator. Am I right? This might help: https://www.droidcon.com/2022/08/02/painless-typesafe-jetpack-compose-navigation-with-voyager/ You can skip to around 21:36
I'm also facing this issue : (
@nordfalk I have the same issue even with your improvements. Please can you confirm if it still works for you?
Thanks for pointing me in the right direction. My major problem now is accessing `RinkuIos` in the `AppDelegate` file. I've exported the dependency and used `api` declaration like the installation...
so this is the delegate class you suggested and what i tried to do is create a wrapper class in my iosMain sourceset where i just forward the calls down...