Search Gradle plugins

Version 0.1.11

0.1.11

Created 17 June 2017.

Plugin for gomobile projects next generation

Add this plugin to your build using the plugins DSL:

plugins {
  id("org.golang.mobile.bind2") version "0.1.11"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.org.golang.mobile.bind2:gobindPlugin:0.1.11")
      }
    }
    
    apply(plugin = "org.golang.mobile.bind2")
  • Applying plugins to all subprojects .