Interface HasProject
-
- All Implemented Interfaces:
public interface HasProject
Represents a Kotlin DSL entity associated with a Gradle Project.
-
-
Method Summary
Modifier and Type Method Description abstract Project
getProject()
The Gradle Project associated with the entity. -
-
Method Detail
-
getProject
abstract Project getProject()
The Gradle Project associated with the entity.
-
-
-
-