Hi! My iOS build is failing after upgrading to Kot...
# multiplatform
p
Hi! My iOS build is failing after upgrading to Kotlin 2.1.0 with the following error:
Copy code
java.io.FileNotFoundException: /Users/pablo/Projects/Slow/composeApp/build/classes/kotlin/iosArm64/main/klib/composeApp (Is a directory)
Is this a known issue? Do I need to perform any migration steps? I couldn't find any information related to this online. Gradle Build Scan. Happy to provide more information.
1
a
Yes, please create an YT issue and provude more details like stacktrace and some context.
m
Are you using Moko resources by any chance ? If yes then this has been discussed in the #C19FD9681 channel, also the maintainer of the library mentioned that he’ll try to work on a fix. ( we have the same blocker 🙂 )
p
@MarinJuricev indeed I'm using moko-resources. The issue I have seems to be identical to the PR linked in the thread you shared. Thank you!
170 Views