Nested configuration for Gradle plugin with Kotlin
I have a working Gradle plugin with an extension implemented using Kotlin. And I want to improve it by adding “nested” configuration. How should I extend my extension class for this?
I have a working Gradle plugin with an extension implemented using Kotlin. And I want to improve it by adding “nested” configuration. How should I extend my extension class for this?