altavir
11/17/2022, 7:19 PMcssSupport
changing enabled
from field to property without proper documentation.tapchicoma
11/17/2022, 8:46 PMaltavir
11/18/2022, 6:45 AMcssSupport{
enabled.set(true)
}
looks ugly by the waytapchicoma
11/18/2022, 10:02 AMaltavir
11/18/2022, 10:03 AMenable/disable
methods as temporary workaround.tapchicoma
11/18/2022, 10:04 AM.set()
- enabled = true
should work as wellaltavir
11/18/2022, 10:04 AMefemoney
11/18/2022, 11:33 AMenable
accessors temporarily just because its bloat and will need to be supported for longer. I agree that it should be documented somewhere howevertapchicoma
11/18/2022, 11:37 AMit is Gradle API, should be better in ~Gradle 8.1By this I meant that starting from this release your .kts code should be the same as in Groovy for Gradle Properties API:
cssSupport.enabled = true