Skip to content

Commit

Permalink
KSP2: clean up legacy incremental code
Browse files Browse the repository at this point in the history
which was an lefe-over when moving to IncrementalGlobalSearchScope.

It also causes a problem when users wire generated outputs to source
sets.

(cherry picked from commit d095579)
  • Loading branch information
ting-yuan authored and KSP Auto Pick committed Nov 23, 2024
1 parent d026cc4 commit 523c6f7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,6 @@ class KotlinSymbolProcessing(
if (kspConfig is KSPJvmConfig) {
roots.addAll(kspConfig.javaSourceRoots)
}
roots.forEach {
it.mkdirs()
}
addSourceRoots(roots.map { it.toPath() })
}.apply(::addModule)

Expand Down

0 comments on commit 523c6f7

Please sign in to comment.