Has anyone encountered similar errors when compiling a KMM compose for iOS?
* If the compose function is in a file then e: java.lang.IllegalStateException: No file for (file path)
* If compose is a function in a class, then Unbound public symbol IrSimpleFunctionPublicSymbolImpl: (classpath.function)
Without @Composable annotations, everything works fine, maybe there is an error somewhere in the configuration setting, but I checked with different repos and in general it is no different
here is the detailed error(
https://gist.github.com/Programistich/010324090b2d6aa78b006cb4ac94d9d0) and repository(
https://github.com/Programistich/Cross-Platform-Sandbox)