sourceDirs

@get:InputFiles
@get:PathSensitive(value = PathSensitivity.RELATIVE)
abstract val sourceDirs: ConfigurableFileCollection

Property to specify the directories that contain the source of target classes to analyze. Default value is the source directory of the target sourceSet.