Skip to content

Commit

Permalink
set trackChangesInLookupCache for Incremental context
Browse files Browse the repository at this point in the history
(cherry picked from commit 9ea8595)
  • Loading branch information
neetopia authored and KSP Auto Pick committed Mar 27, 2023
1 parent 294658b commit f1e32f0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ class IncrementalContext(

private val baseDir = options.projectBaseDir
private val PATH_CONVERTER = RelativeFileToPathConverter(baseDir)
private val icContext = IncrementalCompilationContext(PATH_CONVERTER)
private val icContext =
IncrementalCompilationContext(pathConverter = PATH_CONVERTER, trackChangesInLookupCache = true)

// Sealed classes / interfaces on which `getSealedSubclasses` is invoked.
// This is saved across processing.
Expand Down

0 comments on commit f1e32f0

Please sign in to comment.