BuildFeature

Status of a feature in a build that affects Gradle behavior, and may impose additional requirements on plugins or build scripts.

It is possible to check if the feature is active in the current build. The requested property shows whether the user opted in or opted out from the feature.

Since

8.5

See also

Functions

Link copied to clipboard
abstract fun getActive(): Provider<Boolean>
Whether the feature is active in the build.
Link copied to clipboard
abstract fun getRequested(): Provider<Boolean>
Whether the feature was requested for the build.