Where is the Kotlin Gradle Plugin Tasks list document?

Does anyone know where is the kotlin gradle plugin task list in the official document?
Do I have to create a project to see it or look at the source?

cf.
Truly speaking, even though Gradle is one of the best build tools but I don’t like it at all because of the document complexity. The official document is a super fat pig and miss the point. It need a dietitian to prevent a heart attack. For sure, 90% of developers don’t need the fat document. 80% of developers use only 5% of the Gradle features. They only know about the few top level blocks and dependencies.

This is not documented. You can get a list of tasks with ./gradlew tasks --all.
The official docs are here: https://kotlinlang.org/docs/reference/using-gradle.html.