gh-pages / com.nextfaze.devfun.gradle.plugin / KotlinGradlePlugin
KotlinGradlePlugin
object KotlinGradlePlugin
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.
See Also
Properties
| Name | Summary |
|---|---|
| artifactName | val artifactName: String |
| compilerPluginId | val compilerPluginId: StringThe Gradle sub-plugin compiler plugin ID com.nextfaze.devfun. |
| groupName | val groupName: String |
| pluginArtifact | val pluginArtifact: <ERROR CLASS>The Gradle sub-plugin artifact details. |
Functions
| Name | Summary |
|---|---|
| isApplicable | fun isApplicable(project: <ERROR CLASS>, task: <ERROR CLASS>): BooleanDetermine if this plugin can be applied to this project and compile task. |