After upgrading to Kotlin 1.5.30 I am running into...
# kotlin-native
t
After upgrading to Kotlin 1.5.30 I am running into a build failure for watchOS:
Copy code
clang (LLVM option parsing): for the --fast-isel option: may only occur zero or one times!
clang (LLVM option parsing): for the --global-isel option: may only occur zero or one times!
See full stack trace in thread. Any idea what the issue could be?
s
t
Thanks for the quick fix, it is working great with Kotlin 1.5.31. Thanks for all the help here and on YouTrack about watchOS.