Hey I have existing Android and iOS project. I want to create a separate Kotlin Multiplatform module i.e. put kmm module in separate repository and consume in both platform.
1. My question is can we put module in different repository? Is it good idea to do that?
2. If yes, can we share any guide how can we consume in both platfrom. If no, can you please explain me in details.
Thanks