ModuleBuildGradleFile
The C# definition of module-level gradle file.
Read time 2 minutesLast updated 10 days ago
Definition
- Type: Class
- Namespace: Unity.Android.Gradle
- Assembly: Unity.Android.Gradle
- Inherits from: BaseGradleFile
- Implements: ICloneable
public sealed class ModuleBuildGradleFile : BaseGradleFile, ICloneable
Remarks
For more information about the file, see Android's documentation: The module-level build file
Constructors
Constructor | Description |
|---|---|
| ModuleBuildGradleFile() | File constructor. |
Properties
Property | Description |
|---|---|
| Android | The C# definition of the |
| ApplyPluginList | An element that holds a list of plugins to be applied in a gradle file. |
| Dependencies | The C# definition of the |
| Repositories | The C# definition of the |