When writing a gradle plugin in Kotlin, is there s...
# announcements
f
When writing a gradle plugin in Kotlin, is there some hidden magic required to make properties of the extension class visible to Kotlin DSL?
seems the
_Decorated
class does not inherit the property from the extension I wrote