Skip to content

Troubleshooting

Zahid edited this page May 10, 2025 · 3 revisions

This page helps you solve common issues with the Compose for Desktop Wizard and generated projects that have occurred so far.


Generated Project Issues

Gradle Wrapper Permission Issues (Linux/macOS)

Problem: Running ./gradlew results in "Permission denied"

  • Solution: Make the Gradle wrapper executable:
chmod +x gradlew

This is a common issue with ZIP files as they don't preserve Unix executable permissions.


Clone this wiki locally