Search Gradle plugins

Version 0.0.1-beta14

0.0.1-beta14

Created 29 July 2023.

Android Developer ASM Gradle Plugin

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.github.leavesczy.trace") version "0.0.1-beta14"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.github.leavesczy:trace:0.0.1-beta14")
      }
    }
    
    apply(plugin = "io.github.leavesczy.trace")
  • Applying plugins to all subprojects .