[K/N][Tests] Don't make per-file-cache from given dependencies
^KT-61259
This commit is contained in:
committed by
Space Team
parent
e20b91ab30
commit
72d92cd9b2
+1
-1
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user