JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
G
I
K
S
V
A
apply(project)
- Method in class com.nextfaze.devfun.gradle.plugin.
DevFunGradlePlugin
Apply this gradle plugin to the
project
registering
DevFunExtension
as
devFun
.
apply(project, kotlinCompile, javaCompile, variantData, androidProjectHandler, kotlinCompilation)
- Method in class com.nextfaze.devfun.gradle.plugin.
DevFunKotlinGradlePlugin
Apply this plugin to the project.
(is current a NOP due to never receiving first variant bug?)
C
com.nextfaze.devfun.gradle.plugin
- package com.nextfaze.devfun.gradle.plugin
D
DevFunExtension
- Class in
com.nextfaze.devfun.gradle.plugin
Gradle DSL for configuring DevFun.
DevFunExtension()
- Constructor for class com.nextfaze.devfun.gradle.plugin.
DevFunExtension
Gradle DSL for configuring DevFun.
DevFunGradlePlugin
- Class in
com.nextfaze.devfun.gradle.plugin
The DevFun Gradle plugin. Allows use of the script configuration DSL.
DevFunGradlePlugin()
- Constructor for class com.nextfaze.devfun.gradle.plugin.
DevFunGradlePlugin
The DevFun Gradle plugin. Allows use of the script configuration DSL.
DevFunKotlinGradlePlugin
- Class in
com.nextfaze.devfun.gradle.plugin
The DevFun Kotlin Gradle plugin. Configures the KAPT options.
DevFunKotlinGradlePlugin()
- Constructor for class com.nextfaze.devfun.gradle.plugin.
DevFunKotlinGradlePlugin
The DevFun Kotlin Gradle plugin. Configures the KAPT options.
G
getCompilerPluginId()
- Method in class com.nextfaze.devfun.gradle.plugin.
DevFunKotlinGradlePlugin
The Gradle sub-plugin compiler plugin ID
com.nextfaze.devfun
.
getPackageOverride()
- Method in class com.nextfaze.devfun.gradle.plugin.
DevFunExtension
Sets the package for the generated code.
(default:
)
getPackageRoot()
- Method in class com.nextfaze.devfun.gradle.plugin.
DevFunExtension
Sets the package root for the generated code.
(default:
)
getPackageSuffix()
- Method in class com.nextfaze.devfun.gradle.plugin.
DevFunExtension
Sets the package suffix for the generated code.
(default:
devfun_generated
)
getPluginArtifact()
- Method in class com.nextfaze.devfun.gradle.plugin.
DevFunKotlinGradlePlugin
The Gradle sub-plugin artifact details.
I
isApplicable(project, task)
- Method in class com.nextfaze.devfun.gradle.plugin.
DevFunKotlinGradlePlugin
Determine if this plugin can be applied to this
project
and compile
task
.
K
KotlinGradlePluginKt
- Class in
com.nextfaze.devfun.gradle.plugin
S
setPackageOverride(p)
- Method in class com.nextfaze.devfun.gradle.plugin.
DevFunExtension
Sets the package for the generated code.
(default:
)
setPackageRoot(p)
- Method in class com.nextfaze.devfun.gradle.plugin.
DevFunExtension
Sets the package root for the generated code.
(default:
)
setPackageSuffix(p)
- Method in class com.nextfaze.devfun.gradle.plugin.
DevFunExtension
Sets the package suffix for the generated code.
(default:
devfun_generated
)
V
VersionKt
- Class in
com.nextfaze.devfun.gradle.plugin
A
C
D
G
I
K
S
V
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes