Hi there! Is there a different way to exclude certain folders for KMP projects? Currently with `excl...
r
Hi there! Is there a different way to exclude certain folders for KMP projects? Currently with
exclude("**/build/**", "**/generated/**", "**/resources/**")
for my
Detekt
task it doesn't ignore any of these directories. My detekt setup: https://pastebin.com/Lf8xjHdn
257 Views