Search Gradle plugins

Version 0.0.7 (latest)

0.0.7

Created 30 April 2022.

Add interfaces to classes generated by other plugins

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.github.tunguski.interfacer") version "0.0.7"
}

See also:

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