gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.api.tasks
/
GradleBuild
/
setDir
set
Dir
API
open
fun
setDir
(
dir
:
File
)
(
source
)
Sets the project directory for the build.
Since
4.0
Parameters
dir
The project directory. Should not be null.
open
fun
setDir
(
dir
:
Any
)
(
source
)
Sets the project directory for the build.
Parameters
dir
The project directory. Should not be null.