Class SymbolCraftPlugin

  • All Implemented Interfaces:
    org.gradle.api.Plugin

    
    public final class SymbolCraftPlugin
     implements Plugin<Project>
                        

    Gradle plugin entry point registered as io.github.kingsword09.symbolcraft.

    The plugin wires the SymbolCraftExtension DSL, registers generation/cleanup tasks, and ensures Kotlin compilation depends on freshly generated icons.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit apply(Project project) Installs the extension and all supporting tasks on the target project.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SymbolCraftPlugin

        SymbolCraftPlugin()
    • Method Detail

      • apply

         Unit apply(Project project)

        Installs the extension and all supporting tasks on the target project.