Add '-progressive' option into Gradle compiler options DSL
^KT-53923 Fixed
This commit is contained in:
committed by
Space Team
parent
8bb0c5135b
commit
5ddd60a015
@@ -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()}")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user