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.
  • Loading branch information
ting-yuan committed Nov 22, 2024
1 parent 748eb38 commit c79df9b
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 c79df9b

Please sign in to comment.