gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.tooling.model.idea
/
IdeaCompilerOutput
Idea
Compiler
Output
API
interface
IdeaCompilerOutput
(
source
)
IDEA compiler output settings.
Members
Functions
get
Inherit
Output
Dirs
Link copied to clipboard
API
abstract
fun
getInheritOutputDirs
(
)
:
Boolean
whether current module should inherit project's output directory.
get
Output
Dir
Link copied to clipboard
API
@
Nullable
abstract
fun
getOutputDir
(
)
:
@
Nullable
File
directory to store module's production classes and resources.
get
Test
Output
Dir
Link copied to clipboard
API
@
Nullable
abstract
fun
getTestOutputDir
(
)
:
@
Nullable
File
directory to store module's test classes and resources.