api / org.gradle.api / Project / setDescription

setDescription

abstract fun setDescription(@Nullable description: String): Unit

Sets a description for this project.

Parameters

description - The description of the project. Might be null.