We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It will be nice to extract swift tools version to swiftklib extension config.
swiftklib
For now it always hardcoded to 5.5
The text was updated successfully, but these errors were encountered:
Assuming reason would be this opens up features enabled as part of newer swift versions?
I wonder if my comments here are relevant: #10 (comment)
As if the requirement for using the plugin depended on defining the Package.swift it would mean the owner defines the swift tools version ?
Package.swift
Sorry, something went wrong.
Not sure how relevant but it is also possible to compile Swift packages to Android:
.target(name: "Android", condition: .when(platforms: [.android]))
Hope you don't mind me posting this here too: https://github.com/scade-platform/swift-android-examples
No branches or pull requests
It will be nice to extract swift tools version to
swiftklib
extension config.For now it always hardcoded to 5.5
The text was updated successfully, but these errors were encountered: