public class DevFunKotlinGradlePlugin
The DevFun Kotlin Gradle plugin. Configures the KAPT options.
Attempts to automatically determine the application package and build variant. Also passes though the script configuration options.
| Constructor and Description |
|---|
DevFunKotlinGradlePlugin()
The DevFun Kotlin Gradle plugin. Configures the KAPT options.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.jetbrains.kotlin.gradle.plugin.SubpluginOption> |
apply(org.gradle.api.Project project,
org.gradle.api.tasks.compile.AbstractCompile kotlinCompile,
org.gradle.api.tasks.compile.AbstractCompile javaCompile,
java.lang.Object variantData,
java.lang.Object androidProjectHandler,
org.jetbrains.kotlin.gradle.plugin.KotlinCompilation kotlinCompilation)
Apply this plugin to the project. (is current a NOP due to never receiving first variant bug?)
|
java.lang.String |
getCompilerPluginId()
The Gradle sub-plugin compiler plugin ID
com.nextfaze.devfun. |
org.jetbrains.kotlin.gradle.plugin.SubpluginArtifact |
getPluginArtifact()
The Gradle sub-plugin artifact details.
|
boolean |
isApplicable(org.gradle.api.Project project,
org.gradle.api.tasks.compile.AbstractCompile task)
|
public DevFunKotlinGradlePlugin()
The DevFun Kotlin Gradle plugin. Configures the KAPT options.
Attempts to automatically determine the application package and build variant. Also passes though the script configuration options.
public java.lang.String getCompilerPluginId()
The Gradle sub-plugin compiler plugin ID com.nextfaze.devfun.
public org.jetbrains.kotlin.gradle.plugin.SubpluginArtifact getPluginArtifact()
The Gradle sub-plugin artifact details.
public boolean isApplicable(org.gradle.api.Project project,
org.gradle.api.tasks.compile.AbstractCompile task)
public java.util.List<org.jetbrains.kotlin.gradle.plugin.SubpluginOption> apply(org.gradle.api.Project project,
org.gradle.api.tasks.compile.AbstractCompile kotlinCompile,
org.gradle.api.tasks.compile.AbstractCompile javaCompile,
java.lang.Object variantData,
java.lang.Object androidProjectHandler,
org.jetbrains.kotlin.gradle.plugin.KotlinCompilation kotlinCompilation)
Apply this plugin to the project. (is current a NOP due to never receiving first variant bug?)