gradle
Toggle table of contents
9.8.0-20260810002921+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.api
/
Project
/
setDescription
set
Description
API
abstract
fun
setDescription
(
@
Nullable
description
:
@
Nullable
String
)
(
source
)
Sets a description for this project.
Since
0.9
Parameters
description
The description of the project. Might be null.