getSourceOutputPath method

String getSourceOutputPath()

Gets the absolute path to the source output directory.

Implementation

String getSourceOutputPath() {
  return join(getOutputPath(), 'src');
}