api / org.gradle.api / Project / getBuildDir

getBuildDir

abstract fun getBuildDir(): File

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.