api / org.gradle.plugins.ide.idea.model / IdeaModule / getPathVariables

getPathVariables

open fun getPathVariables(): MutableMap<String, File>

The variables to be used for replacing absolute paths in the iml entries. For example, you might add a GRADLE_USER_HOME variable to point to the Gradle user home dir.

For example see docs for IdeaModule