# PluginManagement

> The C# definition of the pluginManagement element in a settings.gradle file.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Android.Gradle](/engine/6000.5/script-reference/unity/android/gradle.md)
* **Assembly:** Unity.Android.Gradle

```csharp
public PluginManagement PluginManagement { get; }
```

### Remarks

For more information about the file, see Android's documentation: [The Gradle settings file](https://developer.android.com/studio/build#settings-file)
