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
Error message is..
'Config file found, parsing '~directory/figma' using specified include globs
Running parser: ./gradlew -p . parseCodeConnect -PfilePath=tmp/figma-code-connect-parser-io.json.tmp -q
Error returned from parser: Parser exited with code 1. Try re-running the command with --verbose for more information.'
The text was updated successfully, but these errors were encountered:
I want to publish a component with compose, but the following error message appears and integration does not work.
Language : compose
Tool : Android Studio
Json FIle
{
"codeConnect": {
"parser": "compose",
"gradleWrapperPath": "..",
"include": ["app/src/main/java/com/example/codeconnecttest/TopNavigationItem.kt"],
"exclude": ["test/", "docs/","build/**","playground"],
}
}
Error message is..
'Config file found, parsing '~directory/figma' using specified include globs
Running parser: ./gradlew -p . parseCodeConnect -PfilePath=tmp/figma-code-connect-parser-io.json.tmp -q
Error returned from parser: Parser exited with code 1. Try re-running the command with --verbose for more information.'
The text was updated successfully, but these errors were encountered: