com.mobgen.halo.android.plugin.sdk.ProjectExtension.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of halo-plugin Show documentation
Show all versions of halo-plugin Show documentation
This plugin helps on the configuration of the SDK.
package com.mobgen.halo.android.plugin.sdk
import org.gradle.api.Project
/**
* The halo extension to configure the plugin.
*/
public abstract class ProjectExtension {
Project project
public ProjectExtension(Project project){
this.project = project
}
}