Search Gradle plugins

Version 0.0.6.1 (latest)

0.0.6.1

Created 17 December 2020.

Add interfaces to classes generated by other plugins

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.github.tunguski.interfacer") version "0.0.6.1"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.github.tunguski:interfacer-gradle-plugin:0.0.6.1")
      }
    }
    
    apply(plugin = "com.github.tunguski.interfacer")
  • Applying plugins to all subprojects .