Add support for gomobile #6164
acouvreur
started this conversation in
Ideas, Issue Triage, and General discussions
Replies: 1 comment 1 reply
-
|
oh, that's cool! gonna have to look into that, but might be a good one yes! if you feel like working on it, feel free to PR :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Add support for gomobile builder https://pkg.go.dev/golang.org/x/mobile/cmd/gomobile
It can produce artifacts for android and ios as
.aarand.xcframeworkarchives respectively. It would be a nice addition to support that!I think it could be a dedicated builder type
builder: gomobileRight now it is not possible to properly use it with the
gobuilder because targets are not supported:From
gomobile build --help:Beta Was this translation helpful? Give feedback.
All reactions