kspExcludedSources

val Project.kspExcludedSources: ConfigurableFileCollection(source)

KSP's KspExtension.excludedSources property, which allows excluding files (and the tasks that generate them) from being processed/depended-on by KSP.

This is exposed for use in Kobweb plugins and is not generally meant to be used by end-users.