Starting KMP project at my new job 🎉
Bit of context:
• We'll be looking into publishing SDKs for iOS and Android. While I've seen some threads in this channel and elsewhere about other's experiences, one thing I'm pretty sure we'll be doing is publishing modular SDKs that ship different components. It sounds like the general idea will be to publish iOS and Android modular SDKs for their respective platforms, just want to verify that this line of thinking makes sense.
• We'll be loading some C-libraries that are built and optimized for each platform. I believe it makes sense to ship these in the Android/iOS only parts of the codebase, but would appreciate anyone here who could share their experience doing so.
• We'll be on GitLab and I'm experienced writing CI configs/actions/etc. I saw there was an open question about GitLab support and only GitHub is supported out of the box - when we get ours working I'd be happy to contribute back to the community, where's the best place to contribute that?
Excited to kick the tires on this