Hello everyone! I'm facing an
issue with KMMBridge (v0.3.7): the task "kmmBridgePublish" is not being generated. I've seen it in troubleshooting but I have enabled it in several ways without success:
• as a P parameter when executing the task in terminal ( -PENABLE_PUBLISHING=true )
• setting it in gradle.properties
• setting it as ext in the build.gradle project configuration
I have tried in two computers, and in one I got it to work after deleting the gradle cache. But in the other one it does not work even with the workaround of deleting the cache.
This is the KMMBridge setup code:
kmmbridge {
mavenPublishArtifacts()
githubReleaseVersions()
spm()
versionPrefix.set("0.1")
}
addGithubPackagesRepository()