Slackbot
04/11/2022, 11:26 AMVampire
04/11/2022, 11:50 AMChris Lee
04/11/2022, 1:16 PMabstract
, with managed properties. It’s referenced in the parent extension as @Nested, e.g. (kotlin)
@get:Nested
abstract val buildSettings : GoBuildSettings
Gradle will create an instance of it when required.