You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Config file found, parsing /<project-path> using specified include globs
Running parser: ./gradlew -p . parseCodeConnect -PfilePath=tmp/figma-code-connect-parser-io.json.tmp -q
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':design:parseCodeConnect'.
> Could not initialize class com.figma.code.connect.models.FigmaString
On the same config file & untouched code, I could receive sometimes another error:
Config file found, parsing /<project-path> using specified include globs
Running parser: ./gradlew -p . parseCodeConnect -PfilePath=tmp/figma-code-connect-parser-io.json.tmp -q
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':design:parseCodeConnect'.
> 'kotlinx.serialization.KSerializer kotlinx.serialization.internal.EnumsKt.createAnnotatedEnumSerializer(java.lang.String, java.lang.Enum[], java.lang.String[], java.lang.annotation.Annotation[][], java.lang.annotation.Annotation[])'
I tried adding "gradleWrapperPath": ".." and removing "parser": "compose", - receiving same error
Could you please help locate the issue or add an app example with proper configuration?
The text was updated successfully, but these errors were encountered:
Thanks for adding support of the Android Compose 🚀
Would you consider adding a connected app example to the documentation for easier integration? Also, It is missing the CLI part on the Compose page
Env
CLI command
Error
On the same config file & untouched code, I could receive sometimes another error:
I tried adding
"gradleWrapperPath": ".."
and removing"parser": "compose",
- receiving same errorCould you please help locate the issue or add an app example with proper configuration?
The text was updated successfully, but these errors were encountered: