[K/N][Tests] Don't make per-file-cache from given dependencies

^KT-61259
This commit is contained in:
Vladimir Sukharev
2024-01-31 20:58:51 +01:00
committed by Space Team
parent e20b91ab30
commit 72d92cd9b2
@@ -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 }