Skip to content

Commit

Permalink
set trackChangesInLookupCache for Incremental context
Browse files Browse the repository at this point in the history
  • Loading branch information
neetopia committed Mar 27, 2023
1 parent 97774aa commit 9ea8595
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 9ea8595

Please sign in to comment.