KMMBridge is a set of Gradle tooling that facilitates publishing and consuming pre-built KMM (Kotlin Multiplatform Mobile) Xcode Framework binaries.
See https://kmmbridge.touchlab.co/docs/ for setup and detailed documentation.
To provide feedback about your experience with KMMBridge join the conversation in the Kotlinlang #touchlab-tools Slack channel.
https://touchlab.co/quick-start-with-kmmbridge-1-hour-tutorial/
https://touchlab.co/introducing-kmmbridge-teams/
We build solutions that get teams started smoothly with Kotlin Multiplatform Mobile and ensure their success in production. Join our community to learn how your peers are adopting KMM. Sign up here!
Add the plugin
Take the build.gradle(.kts) file located at the root of your Kotlin Multiplatform project,
and add the following at the top of the file:
plugins {
id("io.github.wjf510.kmmbridge") version "0.3.5"
}