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