# Plugins

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

## Definition

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

```csharp
public Plugins Plugins { get; }
```

### Remarks

For more information about the element, see Gradle's documentation: [Applying plugins with the plugins DSL](https://docs.gradle.org/current/userguide/plugins.html#sec:plugins_block)
