Is there a right way to add a cocoapods dependency which is swift only (no module.map) and it depends on iOS frameworks… currently I am at dead end 🤷
👍 1
l
Landry Norris
06/24/2022, 3:13 PM
Keep in mind that Kotlin currently doesn’t have interop with pure swift. It can only interop with classes/methods marked with the objc annotation.