sourceRoots

@InputFiles
@PathSensitive(value = PathSensitivity.RELATIVE)
val sourceRoots: ConfigurableFileCollection

Source code roots to be analyzed and documented. Accepts directories and individual .kt / .java files.

Prefer using sourceRoot function to append source roots to this list.

By default, source roots are deduced from information provided by the Kotlin Gradle plugin.