Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ModuleBuildGradleFile

The C# definition of module-level gradle file.
Read time 2 minutesLast updated 10 days ago

Definition

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

AndroidThe C# definition of the
android
element in a gradle file.
ApplyPluginListAn element that holds a list of plugins to be applied in a gradle file.
DependenciesThe C# definition of the
dependencies
element in a gradle file.
RepositoriesThe C# definition of the
repositories
element in a gradle file.

Inheritance