TASK_NAME

const val TASK_NAME: String

The name of the Gradle task for refreshing Unity assets.

This constant is used to identify the task in Gradle's task registry and can be used when registering or configuring the task in build scripts or other Gradle-related code.

See also