code-connect
code-connect copied to clipboard
Figma Code Connect Compose + Windows
- Code Connect CLI version - 1.2.2
- Operating system - Windows 11
- Code connect - Compose
Figma Connect plugin not working on Windows 11 due to trying to use macos command
Error calling parser: Error: Command failed: find . -maxdepth 1 -name gradlew FIND: Parameter format not correct
This command cannot work on Windows.
Is there any plan to support Windows?
Thanks for the report @indrih17, we'll take a look at this. In the meantime I think you should be able to unblock yourself by specifying a gradle wrapper path in your figma config, like so:
// figma.config.json (at project root)
{
"codeConnect": {
"gradleWrapperPath": ".."
}
}