Happy to see that the old Groovy property assignme...
# gradle
b
Happy to see that the old Groovy property assignment syntax is now (experimentally) supported! https://docs.gradle.org/8.1-rc-1/release-notes.html#experimental-simple-property-assignment-in-kotlin-dsl-scripts FTR, I reported this issue almost six years ago (proper support for array assignment
property = [...]
depends on collection literals): https://github.com/gradle/kotlin-dsl-samples/issues/324 Also related: https://github.com/gradle/kotlin-dsl-samples/issues/712