getAnnotationProcessorGeneratedSourcesDirectory

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

Deprecated

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

Since

4.3

Deprecated

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