toggle menu
gradle
8.11.1
API
switch theme
search in API
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
(
)
:
File
directory to store module's production classes and resources.
get
Test
Output
Dir
Link copied to clipboard
API
@
Nullable
abstract
fun
getTestOutputDir
(
)
:
File
directory to store module's test classes and resources.