KMMBridge icon indicating copy to clipboard operation
KMMBridge copied to clipboard

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 to get star...

Results 12 KMMBridge issues
Sort by recently updated
recently updated
newest added

[Issue-244] Need to add mac, tv, and watch options Issue: https://github.com/touchlab/KMMBridge/issues/244 Summary allow custom swiftToolsVersion and platforms Fix by ```kotlin kmmbridge { mavenPublishArtifacts() frameworkName.set("shared") spm { swiftToolsVersion = "5.9" platforms...

See: https://github.com/touchlab/KMMBridge/blob/7af29f5619c7b2b5f989c606349db65e2c3bdb8a/kmmbridge/src/main/kotlin/dsl/TargetPlatformDsl.kt#L20 Only iOS is supported.

This will need some experimentation. Probably it looks like a single top-level file which declares multiple artifacts, but need to do some testing and understand how it works.

## Summary I wanted to distribute a snapshot build via Cocoapods but the url created by the `MavenPublishArtifactManager.artifactPath` is not the proper url to the snapshot build. ## Details We're...

Trying to publish a module with shared string resource over moko-resources. Internally moko-resources generates Resource files for iOS. However, upon running on device it throws `Uncaught Kotlin exception: kotlin.IllegalArgumentException: bundle...

## Summary 1. Swift tools version config 2. Target platforms config ## Details Hi! Thanks for the great and helpful plugin. I made PR with the possibility of specifying the...

When I push the pod to my pod source, it is required to have commit message information, but the current version does not support the setting of commit message, can...

Issue: https://github.com/touchlab/KMMBridge/issues/168 ## Summary - We must support having multiple framework declarations in the same Package.swift file ## Fix - Created an extra property to the SPM configuration called `perModuleVariablesBlock`...

## Summary The GitLab domain in the Maven config is fixed to gitlab.com and can't be configured for self-hosted e.g. gitlab.companyname.com ## Details Attempting to publish to a self-hosted instance...

enhancement
help wanted

## Summary I'm trying to publish KMM module for iOS but **iOS Publish** action fails with an error ## Details KMMBridge plugin version 0.5.5 ``` Task :linkReleaseFrameworkIosX64 > Task :assembleReleaseIosSimulatorFatFrameworkForCoreXCFramework...