IDEA compiler output settings.
Type | Name and description |
---|---|
boolean |
getInheritOutputDirs() whether current module should inherit project's output directory. |
File |
getOutputDir() directory to store module's production classes and resources. |
File |
getTestOutputDir() directory to store module's test classes and resources. |
whether current module should inherit project's output directory.
directory to store module's production classes and resources.
null
if
getInheritOutputDirs() returns 'false'
directory to store module's test classes and resources.
null
if
getInheritOutputDirs() returns 'false'