getSourceOutputPath method
Gets the absolute path to the source output directory.
Implementation
String getSourceOutputPath() {
return join(getOutputPath(), 'src');
}
Gets the absolute path to the source output directory.
String getSourceOutputPath() {
return join(getOutputPath(), 'src');
}