Hey folks, I'm facing a recurring problem with Det...
# detekt
a
Hey folks, I'm facing a recurring problem with Detekt in KMP, and I'm wondering if I'm perhaps misusing the gradle plugin, or if there's. a better, perhaps undocumented usage? I have a convention plugin, that applies Detekt with it's appropriate rules to each submodule by default, though whenever Detekt comes across a source set that has no source files, for example, if I have a convention plugin that configures an android or jvm source set, but doesn't have any source files itself (this is also true for openApiGenerate, where the build dir is a source dir, which should be ignored) https://github.com/ashdavies/playground.ashdavies.dev/blob/main/build-plugins/src/main/kotlin/io.ashdavies.kotlin.gradle.kts