compiledClassesDirectory

@get:InputDirectory
@get:PathSensitive(value = PathSensitivity.RELATIVE)
@get:Optional
abstract val compiledClassesDirectory: DirectoryProperty(source)

Directory holding compiled classes associated with the project under analysis.