David
11/15/2024, 1:08 AMkmmbridge {
mavenPublishArtifacts()
spm()
}
and others with
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()