getDestinationDir

@ReplacedBy(value = "destinationDirectory")
open fun getDestinationDir(): File(source)

Deprecated

Returns the directory to generate the .class files into.

Return

The destination directory.

Deprecated

Use getDestinationDirectory instead. This method will be removed in Gradle 9.0.