Skip to content

KMMBridge is a set of Gradle tooling that facilitates publishing and consuming pre-built KMM (Kotlin Multiplatform Mobile) Xcode Framework binaries. See https://touchlab.github.io/KMMBridge/intro/ to get started.

License

Notifications You must be signed in to change notification settings

weijunfeng/KMMBridge

 
 

Repository files navigation

GitHub release (latest by date) GitHub Contributor Covenant

KMMBridge for Teams

KMMBridge for Teams

KMMBridge is a set of Gradle tooling that facilitates publishing and consuming pre-built KMM (Kotlin Multiplatform Mobile) Xcode Framework binaries.

Documentation Website

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.

Quick Start Post

https://touchlab.co/quick-start-with-kmmbridge-1-hour-tutorial/

Announcement Post

https://touchlab.co/introducing-kmmbridge-teams/

Subscribe!

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!

other

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"
}

About

KMMBridge is a set of Gradle tooling that facilitates publishing and consuming pre-built KMM (Kotlin Multiplatform Mobile) Xcode Framework binaries. See https://touchlab.github.io/KMMBridge/intro/ to get started.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.1%
  • Kotlin 41.6%
  • CSS 9.9%
  • TypeScript 0.4%