KMMBridge
KMMBridge copied to clipboard
fix(#244) - Need to add mac, tv, and watch options - support custom swiftToolsVersion - support custom platform targets
[Issue-244] Need to add mac, tv, and watch options Issue: https://github.com/touchlab/KMMBridge/issues/244
Summary allow custom swiftToolsVersion and platforms
Fix by
kmmbridge {
mavenPublishArtifacts()
frameworkName.set("shared")
spm {
swiftToolsVersion = "5.9"
platforms {
iOS("14")
macOS("13")
watchOS("7")
tvOS("14")
}
}
//etc
}
Testing ./gradlew test ./gradlew build manual testing