api / org.gradle.tooling.model.idea / IdeaCompilerOutput

IdeaCompilerOutput

interface IdeaCompilerOutput

IDEA compiler output settings.

Functions

getInheritOutputDirs

abstract fun getInheritOutputDirs(): Boolean

whether current module should inherit project's output directory.

getOutputDir

abstract fun getOutputDir(): File

directory to store module's production classes and resources.

getTestOutputDir

abstract fun getTestOutputDir(): File

directory to store module's test classes and resources.