Hello! I've started a new project using the kmm plugin. The question I have is where to organize the code (models, views, etc.) ?
I have a directory called "androidApp" which has the MainActivity as well as the android-manifest file. Then I have a directory called "shared" where I have the androidMain, commonMain, and iosMain folders. I suppose I keep all the views in the androidApp/src/main/java directory and as much logic in the shared/src/commonMain as possible?