Search Gradle plugins

Version 1.1.1 (latest)

1.1.1

Created 23 August 2022.

An Android plugin for Desolator!

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.github.ssseasonnn.desolator") version "1.1.1"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.github.ssseasonnn:plugin:1.1.1")
      }
    }
    
    apply(plugin = "io.github.ssseasonnn.desolator")
  • Applying plugins to all subprojects .