Apply
The C# definition of the apply property.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Property
- Namespace: Unity.Android.Gradle
- Assembly: Unity.Android.Gradle
public bool Apply { get; set; }
Remarks
The statement with a boolean can be used to disable the default behavior of applying the plugin immediately (e.g. you want to apply it only in ). For more information about the element, see Gradle's documentation: Applying plugins with the plugins DSL
applysubprojects