Are there any plans for KMM Android Studio plugin ...
# multiplatform
j
Are there any plans for KMM Android Studio plugin to start using CocoaPods integration when creating projects (https://kotlinlang.org/docs/native-cocoapods.html)?
👍 1
m
the link goes to 404
but yeah, at least generating xcframework instead of regular framework would be cool
1
j
hmm, clicked on that link again here and it opened ok
m
that's weird
j
404 for mee too
j
strange....I was using Chrome....if I open in Firefox I'm also getting 404
m
it must have moved and you have a cached version
j
yeah, must be....
k, sorry about that....looks like this should be link https://kotlinlang.org/docs/reference/native/cocoapods.html#cocoapods-integration
d
Did you find out how to generate an XCFramework?
j
I did in the context of following https://johnoreilly.dev/posts/kotlinmultiplatform-swift-package/ ...though that is primarily related to creating pre-built binaries (and as part of Swift Package) that can then be added to XCode project.
d
This looks like a decent answer: https://stackoverflow.com/a/65632476/3268303
thank you for the article - will give it a try