[BT] Add support for in-process incremental compilation
#KT-61865 Fixed
This commit is contained in:
committed by
Space Team
parent
fb1d2278a0
commit
b460c06907
+1
-1
@@ -18,7 +18,7 @@ class IncrementalFirJvmCompilerTestRunner(
|
||||
buildHistoryFile: File,
|
||||
outputDirs: Collection<File>?,
|
||||
modulesApiHistory: ModulesApiHistory,
|
||||
kotlinSourceFilesExtensions: List<String> = DEFAULT_KOTLIN_SOURCE_FILES_EXTENSIONS,
|
||||
kotlinSourceFilesExtensions: Set<String> = DEFAULT_KOTLIN_SOURCE_FILES_EXTENSIONS,
|
||||
classpathChanges: ClasspathChanges,
|
||||
val testLookupTracker: TestLookupTracker
|
||||
) : IncrementalFirJvmCompilerRunner(
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@ class IncrementalJvmCompilerTestRunner(
|
||||
buildHistoryFile: File,
|
||||
outputDirs: Collection<File>?,
|
||||
modulesApiHistory: ModulesApiHistory,
|
||||
override val kotlinSourceFilesExtensions: List<String> = DEFAULT_KOTLIN_SOURCE_FILES_EXTENSIONS,
|
||||
override val kotlinSourceFilesExtensions: Set<String> = DEFAULT_KOTLIN_SOURCE_FILES_EXTENSIONS,
|
||||
classpathChanges: ClasspathChanges,
|
||||
withAbiSnapshot: Boolean = false,
|
||||
val testLookupTracker: TestLookupTracker
|
||||
|
||||
Reference in New Issue
Block a user