Why do `Detekt` tasks have their own `jvmTarget`? ...
# detekt
s
Why do
Detekt
tasks have their own
jvmTarget
? Shouldn't it always match Kotlin's? And what does it default to if it's not specified?
b
Good question, no idea. I imagine that the plugin should be toolchain aware and use that api to configure itself with the correct one.