diff --git a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/compilation/TestCompilationFactory.kt b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/compilation/TestCompilationFactory.kt index a5e8ab3dfa7..7074dc38651 100644 --- a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/compilation/TestCompilationFactory.kt +++ b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/compilation/TestCompilationFactory.kt @@ -230,7 +230,7 @@ internal class TestCompilationFactory { return cachedKlibCompilations.computeIfAbsent(cacheKey) { val (klibCompilation, makePerFileCacheOverride) = if (isGivenKlibArtifact) - GivenLibraryCompilation(klibArtifact) to null + GivenLibraryCompilation(klibArtifact) to false // Don't make per-file-cache from given dependencies(usually, cinterop) else { val filesByExtension = sourceModules.first().files .map { it.location }