outputDirName property
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;
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'.
final String outputDirName;