AlecKazakova / kotlin-native-cocoapods

A Gradle plugin for configuring Kotlin/Native with Cocoapods
Apache License 2.0
128 stars 11 forks source link

Any way to combine multiple frameworks into one? #27

Open kerry opened 5 years ago

kerry commented 5 years ago

Since we can't add multiple K/N projects as dependencies in a single multiplatform project, what is the best way to achieve this using this plugin?

I am currently using export method to create a common framework (using packForXcode) and then using kotlin-native-cocoapods plugin to add it to the multiplatform project (using the created podspec and modifying it a bit). However, if I use kotlin-native-cocoapods to create the framework, it is not able to combine other K/N projects.