I am checking if I’ll be able to migrate my project from the Swift-based views to the Compose Multiplatform. Bitcode in my shared framework is enabled so far. After adding the compose to the gradle configuration files, I have similar issue that has been found year ago…
I wonder if there is a solution/workaround for this, or if the bitcode won’t be supported when using Compose Multiplatform or sth? I have regular framework configuration without the cocoapods so far as the migration seems to be much bigger than it looks like…