outputDirName property

String outputDirName
final

The name of the output directory under build/.

For example, if outputDirName is 'lua', compiled output will be written to <package_root>/build/lua/. Defaults to 'lua'.

Implementation

final String outputDirName;