GradleSettingsFile
The C# definition of settings.gradle file.
Read time 2 minutesLast updated 11 days ago
Definition
- Type: Class
- Namespace: Unity.Android.Gradle
- Assembly: Unity.Android.Gradle
- Inherits from: BaseGradleFile
- Implements: ICloneable
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 |
|---|---|
| DependencyResolutionManagement | The C# definition of the |
| IncludeList | The C# definition of a list of |
| PluginManagement | The C# definition of the |