Hey all, I've got a project configuration conundrum I'm hoping someone can help me with.
I'm currently evaluating KMM for my current employer, and I'm trying to figure out the best way to setup code sharing for two existing projects.
My initial thought was to have my multiplatform code live in its own git repository and have it generate the libraries we need and publish them locally so the iOS and Android repositories can access them that way.
The problem I ran into is a lack of documentation around this approach. It seems JetBrains encourages a mono repo setup, but we may not be able to achieve that right now.
Any resources you can point me to for doing a local library approach by keeping the multiplatform code separate from the iOS and Android projects would be super appreciated. Thanks in advance!