https://kotlinlang.org logo
c

Christian Jensen

09/16/2020, 9:51 AM
I have added a KMM module to my existing Android project via the wizard. The iOS project is in another repository. What's the easiest way for us to make a KMM proof-of-concept in the iOS repository? I would expect a generated ObjectiveC framework from the android project but can't seem to find it...
k

kpgalligan

09/16/2020, 12:20 PM
Well, I would add cocoapods support to the KMM project, then just have both projects’ roots in the same folder. Then you can use a relative path to point at the cocoapods podspec
👀 1