terrakok / Compose-Multiplatform-Wizard

Compose Multiplatform Wizard
https://terrakok.github.io/Compose-Multiplatform-Wizard/
MIT License
389 stars 25 forks source link

Clean build not working for library template #61

Open ShreyashKore opened 2 weeks ago

ShreyashKore commented 2 weeks ago

I'm getting the following error with newly downloaded library template

Project directory '/Users/shreyash/Documents/Projects/inspektor/convention-plugins' is not part of the build defined by settings file '/Users/shreyash/Documents/Projects/inspektor/settings.gradle.kts'. If this is an unrelated build, it must have its own settings file.

I'm on Mac M2 14.3 (23D56). This error does not occur when executing ./gradlew clean from the terminal. But when trying Build -> Clean Project from GUI, it fails with the above error.