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

cn.hx.plugin.junkcode.ext.AndroidJunkCodeExt.groovy Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
package cn.hx.plugin.junkcode.ext

import org.gradle.api.Action
import org.gradle.api.NamedDomainObjectContainer

class AndroidJunkCodeExt {

    boolean debug = false

    NamedDomainObjectContainer variantConfig

    AndroidJunkCodeExt(NamedDomainObjectContainer variantConfig) {
        this.variantConfig = variantConfig
    }

    void variantConfig(Action> action) {
        action.execute(variantConfig)
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy