So the gradle plugin creates tasks for running rul...
# detekt
m
So the gradle plugin creates tasks for running rules that require type resolution for android and jvm modules, but it does not seem to for multiplatform modules. Does anyone have examples for manually creating them.
g
The plugin actually creates tasks for Multiplatform as well (at least from version
1.16.0-RC2
and above):https://github.com/detekt/detekt/pull/3453
m
So it should be available soon.
g
It’s already available
m
I meant as an official release instead of a a release candidate.
g
Yeah, though the KMM support is still experimental.