I would like to add a custom configuration for the...
# declarative-gradle
j
I would like to add a custom configuration for the
KotlinSourceSet
, but as I cannot inject
Project
or
ExtensionContainer
in my class, the only way to configure it is by duplicating a lot of things from the
KotlinSourceSet
I want to be able to do something like you can see in the image. Is there any way to get any plugin Extension inside a
@Configuring
method?