compileAllTaskName
The Gradle task name that is used as a meta task to trigger all the required compilation tasks for this KotlinCompilation.
For example, in a JVM-only project, the "classes" task depends on the "compileKotlin" and "compileJava" tasks.