I created a new compose desktop project (for Android and Desktop) using the official web wizard, and something has chaned since 6 months ago I did my last project. Now there is a desktopDev folder. What is used for? can't find anything on google. Also, is there any updated desktop official documentation or tutorial? 6 months ago was hard to find the steps to build a desktop app. Now I'm trying to do an Android/Desktop app, and any updated tutorial will be very interesting. Almost every tutorial or documentation I'm finding is oriented to Android/iOS app, not Android/Desktop.
For example, I don't see a androidMain folder, so where I must place the Android code? commonMain should be just for shared code between Android and Desktop, not for Android. If I place the Android code in commonMain, then, the expect/actual structure will not work, because it depends on placing the expect empty on commonMain.