cn.enaium.transform
Owner: Enaium
Transform class after compile
https://github.com/Enaium/transform
Sources: https://github.com/Enaium/transform
Add this plugin to your build using the plugins DSL:
plugins {
id("cn.enaium.transform") version "1.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("cn.enaium:transform:1.2") } } apply(plugin = "cn.enaium.transform")
- Applying plugins to all subprojects .