Has anyone encountered similar errors when compiling a KMM compose for iOS? * If the compose functi...
p
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)
d
Thanks for bug description! For now we are in the process to prepare stable Desktop and Web releases at version 1.2 Release 1.2 will support Kotlin start from 1.6.21 and will be not convenient to use with uikit After this process we will prepare next dev versions with Kotlin 1.7.10. I think start's from here, uikit can work's better.
But uikit still will be experimental feature
m
I'm seeing the same error on compose 1.2.0-beta02 & kotlin 1.7.10: Unbound public symbol IrSimpleFunctionPublicSymbolImpl: presenters/MoleculePresenter.models|4816226463707555740[0]
d
@Mateu Thanks for bug description! For now we are in process to upgrade Compose compiller. The result may be seen later in dev builds