William Reed
11/24/2021, 5:14 PMwbertan
11/24/2021, 5:23 PMapp
, and other modules.
• ios
: The xcode iOS project.
• `modules`: All the shared modules - and the umbrella modules.hfhbd
11/24/2021, 5:24 PMwbertan
11/24/2021, 5:25 PMNicklas Jensen
11/24/2021, 5:25 PMGrégory Lureau
11/24/2021, 5:33 PMLaurence Muller
11/24/2021, 6:43 PMbuildSrc
being generated, is that something you added later @wbertan?
I personally like to organize it as
android:app
android:designsystem
android:xxx
ios
shared
The iOS dev is free to reorganize whatever in the xcode workspace, for Android I prefer to separate the design system and screens and some other features in modules (to keep things tidy in the root folder per platform).wbertan
11/24/2021, 6:52 PMandroid
(25 modules) and modules
(27 modules) there 🙃
The buildSrc
🤔 not sure, it is there even when at the begin was just an Android project (before KMM we started with Android first - then later migrated to KMM)Grégory Lureau
11/24/2021, 7:16 PMSteven Veltema
11/25/2021, 1:51 AM