If I want to add a Swift package or XCFramework as...
# multiplatform
k
If I want to add a Swift package or XCFramework as a dependency into a native source set, what are my options? I imagine I need to generate
.def
file and link binaries or something, is there Gradle plugin or examples on how to do that? (relatively new to KMM as well as Native ecosystem)
Just found a relevant thread from last year... https://kotlinlang.slack.com/archives/C3PQML5NU/p1640724794473000
The talk that I attended but did not understand a thing back then 🙃
For context what I would ideally want to do is to integrate Rust bindings using UniFFI into a KMM library
Wish there was already a gradle plugin for this but that doesn't seem to be implemented anywhere yet