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

New local branch fails to load Gradle because of git command #160

Closed kpgalligan closed 1 year ago

kpgalligan commented 1 year ago

We pull git tags for version managers that use git, but it happens while Gradle is loading. That will fail for new repos or new branches without remotes. This previously resulted in a warning but was changed to fix a different bug.