My team has a shared kotlin library between an and...
# kotlin-native
s
My team has a shared kotlin library between an android and an iOS app called
presentation
. We are migrating usage of it from the xcode buildscripts method to instead use cocoapods. We’re getting an unclear gradle error when building from xcode, and aren’t sure how to fix it. Any help would be appreciated:
Copy code
* What went wrong:
Task 'Debug' not found in project ':presentation'.
Here is a script that shows all the exports from xcode.