getAnnotationProcessorGeneratedSourcesDirectory

@Nullable
@ReplacedBy(value = "generatedSourceOutputDirectory")
open fun getAnnotationProcessorGeneratedSourcesDirectory(): File

Deprecated

Returns the directory to place source files generated by annotation processors.

Deprecated

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