Search Gradle plugins

Version 1.3.2

1.3.2

Created 22 July 2020.

Resource Management API Generator for Android

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.xfinity.resourceprovider") version "1.3.2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.xfinity:resourceprovider:1.3.2")
      }
    }
    
    apply(plugin = "com.xfinity.resourceprovider")
  • Applying plugins to all subprojects .