All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.sephiroth.android.library.asm.commons.plugin.AsmPluginExtension.kt Maven / Gradle / Ivy

Go to download

Android gradle plugin which inject at compile time method logging (initially forked from Hunter-Debug)

The newest version!
package it.sephiroth.android.library.asm.commons.plugin

@Suppress("LeakingThis")
abstract class AsmPluginExtension {

    /**
     * If not enabled the plugin will not perform any transformation
     */
    var enabled: Boolean = true

    /**
     * Enable this plugin for the specified variant(s)
     */
    var runVariant: String = ".*"

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy