Add '-progressive' option into Gradle compiler options DSL

^KT-53923 Fixed
This commit is contained in:
Yahor Berdnikau
2023-03-02 16:58:57 +01:00
committed by Space Team
parent 8bb0c5135b
commit 5ddd60a015
9 changed files with 157 additions and 7 deletions
@@ -753,7 +753,7 @@ private fun Printer.generateDoc(property: KProperty1<*, *>) {
val defaultValue = property.gradleDefaultValue
println("/**")
println(" * $description")
println(" * ${description.replace("\n", " ")}")
if (possibleValues != null) {
println(" * Possible values: ${possibleValues.joinToString()}")
}