io.github.leavesczy.trace
Owner: leavesCZY
Android Developer ASM Gradle Plugin
https://github.com/leavesCZY/Trace
Sources: https://github.com/leavesCZY/asm-samples
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.leavesczy.trace") version "1.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.leavesczy:trace:1.1.0") } } apply(plugin = "io.github.leavesczy.trace")
- Applying plugins to all subprojects .