How to exclude a task introduced by 3rd party lib ...
# community-support
h
How to exclude a task introduced by 3rd party lib or plugin. we are using Kotlin DataFrame to processs cvs etc which used KSP plugin to generated some schema data. But in the new version, we encountered several problems. The KSP generated files can not be excluded from lint task. https://github.com/jeremymailen/kotlinter-gradle/issues/322 There is an implicit
formatKotlinGeneratedByKspKotlin
task introduced by dateframe or ksp always executed. How to exclude it in our project?