If I use intellij to create a compose gradle modul...
# compose-desktop
s
If I use intellij to create a compose gradle module, it instead creates an entire sub project within the project, with it’s own separate
gradlew
etc. I created it with the wrong name, and when I folder name for the module, I was getting an error, not because the module / project was referenced from
settings.gradle.kts
but rather because the file was referenced inside of
.idea/workspace.xml
Is this all something steering me towards a best practice that I’m unaware of?