Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GradleSettingsFile

The C# definition of settings.gradle file.
Read time 2 minutesLast updated 11 days ago

Definition

public sealed class GradleSettingsFile : BaseGradleFile, ICloneable

Remarks

For more information about the file, see Android's documentation: The Gradle settings file

Constructors

Constructor

Description

GradleSettingsFile()Element constructor.

Properties

Property

Description

DependencyResolutionManagementThe C# definition of the
dependencyResolutionManagement
element in a gradle file.
IncludeListThe C# definition of a list of
include
element in a gradle file.
PluginManagementThe C# definition of the
pluginManagement
element in a
settings.gradle
file.

Inheritance