[KGP] Introduce Incremental Compilation Feature Toggles
Makes it easier to introduce a Gradle property for configuring IncrementalCompilerRunner. ^KT-64513 Fixed ^KT-63837 In Progress Merge-request: KT-MR-13671 Merged-by: Evgenii Mazhukin <evgenii.mazhukin@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
97f8f7a734
commit
ee3119e9d2
+3
-1
@@ -32,7 +32,9 @@ class IncrementalJvmCompilerTestRunner(
|
||||
modulesApiHistory,
|
||||
kotlinSourceFilesExtensions,
|
||||
classpathChanges,
|
||||
withAbiSnapshot
|
||||
icFeatures = IncrementalCompilationFeatures(
|
||||
withAbiSnapshot = withAbiSnapshot
|
||||
),
|
||||
) {
|
||||
override fun createCacheManager(icContext: IncrementalCompilationContext, args: K2JVMCompilerArguments): IncrementalJvmCachesManager =
|
||||
object : IncrementalJvmCachesManager(
|
||||
|
||||
Reference in New Issue
Block a user