Anybody know how to set the watchos deployment tar...
# multiplatform
t
Anybody know how to set the watchos deployment target in gradle file, using the standard watchos target - that is, not using cocoapods or multiplatform-swiftpackage? I currently have this:
Copy code
watchos {
        binaries {
            framework {
                baseName = "common"
                embedBitcode("bitcode")
                xcf.add(this)
            }
        }
    }
k
You can use cocopods plugin with watchos target