I encountered an issue while trying to build the iOS app with the Precompose ViewModel library 1.5.1. The error message I received is as follows:
e: Compilation failed: Generation of stubs for class org.jetbrains.kotlin.ir.symbols.impl.IrTypeParameterPublicSymbolImpl is not supported yet
* Source files:
* Compiler version: 1.9.0
* Output kind: FRAMEWORK
This error is preventing me from proceeding with the build. I'm seeking guidance on any possible workarounds or solutions to resolve this issue and successfully build the iOS app. FYI, the android app runs well and there are no issues with the android app.
The kotlin version was first 1.9.10 and i changed it to 1.9.0 still the issue is present.
I encountered an issue while trying to build the iOS app with the Precompose ViewModel library 1.5.1. The error message I received is as follows:
This error is preventing me from proceeding with the build. I'm seeking guidance on any possible workarounds or solutions to resolve this issue and successfully build the iOS app. FYI, the android app runs well and there are no issues with the android app.
The kotlin version was first
1.9.10
and i changed it to1.9.0
still the issue is present.