Hello everyone, I am trying to update a multiplat...
# multiplatform
m
Hello everyone, I am trying to update a multiplatform library from Kotlin 1.3.72 to 1.4.10. The upgrade process went smoothly, except for some minor issues. However, it seems that I ran into a roadblock close to the finish line. The linker task for the iOS framework fails with
java.lang.Error: Invalid module
when linking (`linkReleaseFrameworkIosArm64') in RELEASE mode. However, the DEBUG build works fine. I have already created an issue at https://youtrack.jetbrains.com/issue/KT-42000, but thought I would ask here too, in case someone else encountered this problem.