Closed SuhasDissa closed 8 months ago
The getOutputDir
method should probably just return getOutputDirs().first()
to avoid duplicated code?
The
getOutputDir
method should probably just returngetOutputDirs().first()
to avoid duplicated code?
it should be getOutputDirs().last()
fix: #269