includePaths

fun includePaths(pathMapper: PathMapper = LocalPathMapper): Map<String, List<Path>>

Converts the include paths to a local form using the pathMapper, normalizing them if necessary.


Parameters

includePaths

the include paths. The keys are command-line switches such as -I or -include. The values are paths to include files or directories.