[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
@@ -224,9 +224,6 @@ class K2NativeCompilerArguments : CommonCompilerArguments() {
@Argument(value = "-Xmake-per-file-cache", description = "Force compiler to produce per-file cache")
var makePerFileCache: Boolean = false
@Argument(value = "-Xbatched-per-file-cache-build", valueDescription = "{disable|enable}", description = "Build per-file cache in one batch")
var batchedPerFileCacheBuild: String? = null
@Argument(value = "-Xexport-kdoc", description = "Export KDoc in framework header")
var exportKDoc: Boolean = false