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

DevFunGradlePlugin

DevFunExtension

Properties

Name Summary
artifactName val artifactName: String
compilerPluginId val compilerPluginId: String
The 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>): Boolean
Determine if this plugin can be applied to this project and compile task.