Hi guys, is that possible to approve PR - <https:/...
# touchlab-tools
i
Hi guys, is that possible to approve PR - https://github.com/touchlab/KMMBridge/pull/236 which support custom platforms target and versions
Copy code
kmmbridge {
    spm {
        swiftToolsVersion = "5.9"
        platforms {
            iOS { v("14") }
            macOS { v("13") }
            watchOS { v("7") }
            tvOS { v("14") }
        }
    }
}