io.github.ssseasonnn.desolator
Owner: Season
An Android plugin for Desolator!
https://github.com/ssseasonnn/Desolator
Sources: https://github.com/ssseasonnn/Desolator.git
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 .