xmlResources

abstract var xmlResources: Boolean

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

Setting the xmlResources property to true allows the integration and use of XML resources in the build process. XML resources refer to structured data files in XML format used for various definitions and configurations.

The default value for this property is false, implying that XML resources are not utilized. Enabling this flag enables access to and utilization of XML-based content within the build process.

For further information about the handling and integration of XML resources, see the documentation at https://source.teogor.dev/ceres.