Lukasz Kalnik
03/28/2024, 11:43 AMcommonMain sourceSet in the composeApp module (which essentially only holds the Android app), although there is also a shared KMP module created?
Also, why is the KMP plugin applied to this composeApp project?
Can I safely remove both the commonMain sourceSet and the KMP plugin from composeApp? Do I have to then change the name of the androidMain sourceSet to simply main?Jacob Ras
03/28/2024, 11:46 AM[shared] outputting multiplatform code.Lukasz Kalnik
03/28/2024, 11:46 AMJacob Ras
03/28/2024, 11:47 AMcomposeApp to androidApp then, if you want to make it very clear it's just that 🙂Lukasz Kalnik
03/28/2024, 11:48 AM