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

getInheritOutputDirs

open fun getInheritOutputDirs(): Boolean

If true, output directories for this module will be located below the output directory for the project; otherwise, they will be set to the directories specified by #getOutputDir() and #getTestOutputDir().

For example see docs for IdeaModule