Tony Zhuo
04/12/2025, 12:03 PMjava.lang.ExceptionInInitializerError (no error message)
> org.jetbrains.kotlin.konan.target.KonanTarget$IOS_ARM32
(or in another form):
Exception java.lang.ArrayStoreException: org.jetbrains.kotlin.konan.target.KonanTarget$IOS_ARM32 [in thread "Daemon worker"]
I don't see any ios_arm32 in my code base that could affect this. Even suppressing ios_arm32 in the build.gradle.kts deliberately did not help.
This error has prevented the gradle wrapper to build successfully.
I have tried to play around with versions of dependencies, clear the cache, delete those build folders and let them rebuild, etc. I think I have exhausted everything that I know so far but the problem persists.
It would be great if anyone could share some insights or advice on how to proceed, many thanks in advance!Vampire
04/12/2025, 1:58 PM--scan
URL of the failure? You can enable build scans via code so that it is also produced for the sync.Tony Zhuo
04/12/2025, 2:51 PM--scan
is very helpful!