toggle menu
gradle
8.11.1
API
switch theme
search in API
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.