[K/N][caches] Removed old slow and hacky version of per-file caches building

This commit is contained in:
Igor Chevdar
2022-09-09 14:20:54 +03:00
committed by Space
parent 9250de42a5
commit 1963860a92
14 changed files with 29 additions and 93 deletions
@@ -299,7 +299,7 @@ private fun getLibraryCacheDir(
): File {
val cacheBaseName = CachedLibraries.getCachedLibraryName(libraryName)
val cacheOutputKind = CompilerOutputKind.valueOf(cacheKind.uppercase())
return OutputFiles(cacheDirectory.child(cacheBaseName).absolutePath, target, cacheOutputKind, producePerFileCache = false).mainFile
return OutputFiles(cacheDirectory.child(cacheBaseName).absolutePath, target, cacheOutputKind).mainFile
}
private fun buildCache(