Hi all, I want to create and publish a multiplatfo...
# multiplatform
p
Hi all, I want to create and publish a multiplatform library, just like the tutorial https://kotlinlang.org/docs/multiplatform-library.html , but I have some objc native code and a static framework dependency. I managed to build my KMP project into a dynamic framework which could work on iOS Xcode project directly, but how could I make it available by another KMP project and make them all useable in iOS Xcode project (of course I need to publish my library into maven local or maven central)?