Hi everyone, we’d like to start sharing code with ...
# touchlab-tools
d
Hi everyone, we’d like to start sharing code with between our iOS and Android repo and KMMBridge seems to perfectly fit our use case but there’s one caveat - we’re using Bitbucket instead of Github so I am wondering if anyone has any reading materials for setup with Bitbucket (private repos, unfortunately we can’t go public..) ? 🙏
r
Our easy built-ins use github, but as long as you have a place you can publish maven artifacts to, you should be able to do a config like this
Copy code
kmmbridge {
  gitTagVersions()
  mavenPublishArtifacts()
}

publishing {
  // configure maven publish credentials as usual here
}