And why does the `"ktlintPlugin"` string not work ...
# gradle
j
And why does the
"ktlintPlugin"
string not work with
apply
?
b
jlleitschuh: because
String.invoke(…)
is overloaded only in the context of
NamedDomainObjectContainer<T>.invoke { … }
j
Oooooh. Wow...