<https://github.com/touchlab/KMMBridgeSPMQuickStar...
# touchlab-tools
d
https://github.com/touchlab/KMMBridgeSPMQuickStart In this project there are different gradle configs, some with:
Copy code
kmmbridge {
    mavenPublishArtifacts()
    spm()
}
and others with
Copy code
kmmbridge {
    gitHubReleaseArtifacts()
    spm(swiftToolVersion = "5.8") {
        iOS { v("14") }
    }
}
My project is based on the Android Studio IDE KMM library template, I only have one "shared" module, so I don't know how to configure kmmbridge in my gradle files. There is also
addGithubPackagesRepository()