8c8ee830af
Currently version 0.2.1 I messed up previous versions and plugins.gradle.org doesn't let me remove the bad versions. Change-Id: I9eef512633b461ff5a7fcbe11a3e104efb250d61 Reviewed-on: https://go-review.googlesource.com/12538 Reviewed-by: David Crawshaw <crawshaw@golang.org> |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
build.gradle | ||
settings.gradle |
README.md
gobindPlugin invokes gomobile bind command on the specified package.
Usage
build.gradle:
plugins { id "org.golang.mobile.bind" version "0.2.1" } gobind { // package to bind pkg "github.com/someone/somepackage" // GOPATH GOPATH "/home/gopher" // PATH to directories with "go" and "gomobile" tools. PATH "path1:path2:" }
For details: https://plugins.gradle.org/plugin/org.golang.mobile.bind
TODO
- Find the stale aar file (how?)