mbonnin
08/08/2025, 1:34 PMkotlin.abiValidation
couldn't be a type safe fun abiValidation(action: Action<AbiValidationExtension>)
?
I get that working with extensions is best for top level blocks because of Groovy interop but is it also needed for nested blocks?
Reason I'm asking is it hurts discoverability when working in convention plugins where generated accessors are not always available.Vampire
08/08/2025, 1:44 PMkotlin.abi.validation.disabled
)mbonnin
08/08/2025, 1:47 PMkotlin.abiValidation.enabled
)mbonnin
08/08/2025, 1:48 PMmbonnin
08/08/2025, 1:49 PMkotlin {
jvm() // tasks are created here
}
?mbonnin
08/08/2025, 1:50 PM