-
Notifications
You must be signed in to change notification settings - Fork 0
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.
Problem: Running ./gradlew results in "Permission denied"
- Solution: Make the Gradle wrapper executable:
chmod +x gradlewThis is a common issue with ZIP files as they don't preserve Unix executable permissions.
π¦ Generator | π Wiki Home | π» Repository | π Report Issue
Β© 2025 Compose for Desktop Wizard | Licensed under Apache 2.0 | Made with β€οΈ for the Kotlin/Desktop Developer Community