A newly generated shared UI (Android, Desktop, iOS) project that started in the wizard is now throwing “module not found composeApp” whilst trying to run iosApp on the simulator - nothing obvious has changed according to the commits, certainly nothing project or gradle related, but same on two different machines.
I’ve tried cleaning, zapping gradle caches, restarts etc - I’m assuming it’s build process related but struggling to see what’s changed - just a couple of shared .kt files have been added 🤷
Andy Flisher
07/14/2025, 8:53 PM
Should anyone find this, the solution it turns out was to delete the IntelliJ Derived data folder, in my case on Mac this was;
/Users/myusername/Library/Caches/JetBrains/IntelliJIdea2025.1/DerivedData
HTH someone save a few hours!