<@U0QBCLV62> is it a kotlin feature that allows the kotlin DSL to convert `Action&lt;T&gt;` to `T.()...
j
@bamboo is it a kotlin feature that allows the kotlin DSL to convert
Action<T>
to
T.()
? If so what feature? Or is it just because of the magic of being able to preprocess the build file?
o
@pavel.talanov