IsolatedProject

An isolated view of Project that exposes only those properties that are safe to access from outside of this project, from the perspective of isolated projects.

Since

8.8

Functions

Link copied to clipboard
abstract fun equals(obj: Any): Boolean
Link copied to clipboard
Returns a path to the project for the full build tree.
Link copied to clipboard
abstract fun getName(): String
Returns the name of this project.
Link copied to clipboard
abstract fun getPath(): String
Returns the path of this project.
Link copied to clipboard
The directory containing the project build file.
Link copied to clipboard
Returns the root project for the hierarchy that this project belongs to.
Link copied to clipboard
abstract fun hashCode(): Int