From f5478bda3d747d21fc7e71e9da65633e0f6442c3 Mon Sep 17 00:00:00 2001 From: Igor Chevdar Date: Wed, 10 May 2023 13:13:51 +0300 Subject: [PATCH] Handle recently added property to K2NativeCompilerArguments --- .../common/arguments/K2NativeCompilerArgumentsCopyGenerated.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/cli/cli-common/gen/org/jetbrains/kotlin/cli/common/arguments/K2NativeCompilerArgumentsCopyGenerated.kt b/compiler/cli/cli-common/gen/org/jetbrains/kotlin/cli/common/arguments/K2NativeCompilerArgumentsCopyGenerated.kt index c9353cf6655..69b73ce6444 100644 --- a/compiler/cli/cli-common/gen/org/jetbrains/kotlin/cli/common/arguments/K2NativeCompilerArgumentsCopyGenerated.kt +++ b/compiler/cli/cli-common/gen/org/jetbrains/kotlin/cli/common/arguments/K2NativeCompilerArgumentsCopyGenerated.kt @@ -47,6 +47,7 @@ fun copyK2NativeCompilerArguments(from: K2NativeCompilerArguments, to: K2NativeC to.generateWorkerTestRunner = from.generateWorkerTestRunner to.includeBinaries = from.includeBinaries?.copyOf() to.includes = from.includes?.copyOf() + to.incrementalCacheDir = from.incrementalCacheDir to.lazyIrForCaches = from.lazyIrForCaches to.libraries = from.libraries?.copyOf() to.libraryToAddToCache = from.libraryToAddToCache