setProjectDir

abstract fun setProjectDir(dir: File)(source)

Sets the project directory of this project.

Gradle expects project directories to exist and be writable.

Parameters

dir

The new project directory. Should not be null, and it is expected to exist and be writable.