pathVariables

open fun pathVariables(pathVariables: Map<String, File>)(source)

Adds path variables to be used for replacing absolute paths in resulting files (*.iml, etc.).

For example see docs for IdeaModule.

Parameters

pathVariables

A map with String->File pairs.