touchlab / KMMBridge

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 started.
https://kmmbridge.touchlab.co/
Apache License 2.0
340 stars 20 forks source link

Adjust gradle task names for multiple modules #169

Closed russhwolf closed 1 year ago

russhwolf commented 1 year ago

If we have multiple modules we're publishing, we might want to include the module name in the gradle tasks (eg kmmBridgePublishModuleName). This would require updates to workflows and docs to keep everything in sync. This might not be necessary if we just disambiguate by specifying which gradle module we're calling the task from.

russhwolf commented 1 year ago

We probably don't need this