`./gradlew spmDevBuild` works in version 0.3.1 but...
# touchlab-tools
j
./gradlew spmDevBuild
works in version 0.3.1 but doesn't seem to in 0.3.3
Copy code
Task 'spmDevBuild' not found in root project
r
Did you change any other config? One thing that changed in 0.3.3 is, if we're missing config we need, instead of failing the build we just print a warning and halt the config. So if you don't have an artifact manager or version manager set, the project will sync but that task won't be created.
j
hmm, don't think....this is what I have
Copy code
kmmbridge {
    frameworkName.set("ConfettiKit")
    githubReleaseArtifacts()
    githubReleaseVersions()
    spm()
    versionPrefix.set("0.7")
}