code-connect icon indicating copy to clipboard operation
code-connect copied to clipboard

Figma Code Connect Compose + Windows

Open indrih17 opened this issue 1 year ago • 1 comments

  • 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?

indrih17 avatar Nov 12 '24 15:11 indrih17

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": ".."
  }
}

slees-figma avatar Nov 13 '24 13:11 slees-figma