figma / code-connect

A tool for connecting your design system components in code with your design system in Figma
MIT License
948 stars 68 forks source link

Figma Code Connect Compose + Windows #208

Open indrih17 opened 1 day ago

indrih17 commented 1 day ago

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?

slees-figma commented 22 hours ago

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