getBuildDir

abstract fun getBuildDir(): File(source)

Deprecated

Use getLayout().getBuildDirectory() instead

Returns the build directory of this project. The build directory is the directory which all artifacts are generated into. The default value for the build directory is projectDir/build

Return

The build directory. Never returns null.