<@U3N17JAHH> in your case, you are probably config...
# gradle
m
@pjean in your case, you are probably configuring the
test
task - https://github.com/gradle/gradle-script-kotlin/issues/34 is open for making that easier. i added a comment at https://github.com/gradle/gradle-script-kotlin/issues/34#issuecomment-247497512 about some of the things i tried with configuring a
task
object. i think you could do something like
(project.tasks.getByName(”myTask”)!! as Test).apply { // config }