subkt / myaa.subkt.tasks / org.gradle.api.Task / propertyExists
fun
Task
.propertyExists(propertyName:
String
):
Boolean
(source)
Returns true if the given property exists in the Subs object's SubProperties instance for the given context.
This function is run in a task context, using the entry and release values for this task.
propertyName
- The property to find.