api / org.gradle.api.initialization / Settings / getSettingsDir

getSettingsDir

abstract fun getSettingsDir(): File

Returns the settings directory of the build. The settings directory is the directory containing the settings file.

Return
The settings directory. Never returns null.