https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
e

Ethan Hsu

06/18/2021, 6:35 AM
For all of the CocoaPods + Kotlin Multiplatform fans out there here is a very helpful resource. Often times, some CocoaPods dependencies won't resolve properly due to some interop issues. However, if you export your pods using CocoaPods Rome and then import them as frameworks... it may work: https://github.com/CocoaPods/Rome
Also, in my experience with KMP, Gradle has been able to cache more of the framework build process than the pod build process. In my KMP project with ~15 different pod dependencies, switching over to frameworks considerably increased build speeds, especially incremental ones 😉