gh-pages / com.nextfaze.devfun.gradle.plugin / DevFunExtension
DevFunExtension
open class DevFunExtension
Gradle DSL for configuring DevFun.
Values provided via Gradle plugin config can/will be overridden by values provided via. APT options.
See Also
Constructors
| Name | Summary |
|---|---|
| <init> | DevFunExtension()Gradle DSL for configuring DevFun. |
Properties
| Name | Summary |
|---|---|
| packageOverride | var packageOverride: String?Sets the package for the generated code. (default: <none>) |
| packageRoot | var packageRoot: String?Sets the package root for the generated code. (default: <application package>) |
| packageSuffix | var packageSuffix: String?Sets the package suffix for the generated code. (default: devfun_generated) |