BuildFeatures

interface BuildFeatures

Interface for configuring build features.

This interface provides methods for enabling or disabling the generation of build profiles, XML resources, and language schemas.

Properties

Link copied to clipboard
abstract var buildProfile: Boolean

Flag to enable or disable the creation of build profiles.

Link copied to clipboard
abstract var languagesSchema: Boolean

A flag that indicates whether the build process supports the definition and management of language schemas.

Link copied to clipboard
abstract var xmlResources: Boolean

A flag that enables or disables the utilization of XML resources within the build process.