KMMBridge icon indicating copy to clipboard operation
KMMBridge copied to clipboard

fix(#244) - Need to add mac, tv, and watch options - support custom swiftToolsVersion - support custom platform targets

Open hanrw opened this issue 10 months ago • 0 comments

[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

hanrw avatar Apr 24 '24 11:04 hanrw