Hello,
Call for feedback on my
experimental feature of the
spmForKmp plugin.
It solves a big issue about iOS external dependency:
On the CocoaPods plugin, you need to build two times the dependency, one for the
Kotlin/cinterop side and one for the
Xcode (linking&resources) side.
This new feature made the build on the
Xcode side totally useless as the generated content is automatically copied to the iOS application, like compose resources or Moko resources, you can say goodbye on the duplicated symbol you have when you start your app.
it has some limitations but generally makes the integration simpler.
If this feature is
stable enough by your feedback, I plan to enable it by default and do a total rework of the plugin configuration (road to 1.0.0 😄).