Timi Fülöp
11/06/2024, 11:13 AMA failure occurred while executing com.google.devtools.ksp.gradle.KspAAWorkerAction> null cannot be cast to non-null type org.jetbrains.kotlin.load.java.structure.impl.JavaClassImpl This was resolved with the "2.0.20-1.0.26-SNAPSHOT" nightly build (based on this https://github.com/google/ksp/issues/2112), but now we have another issue. When we try to build our code it runs with no error, and we are expecting some folders under shared/build/generated/ksp. The Android and JS are present, but there is no folder appearing for iOS. and from the build logs it seems that the processor written for the iOS is not even compiling. This issue is also present in our project with he version "2.1.0-RC-1.0.26". Before switching to KSP2 everything worked. Does anybody have similar issue, when the iosArm64 folder is missing?