[K/N][build] Added -Xmake-per-file-cache compiler option

This commit is contained in:
Igor Chevdar
2022-04-11 15:15:34 +05:00
committed by Space
parent 7e79b2b500
commit 030e3b306f
5 changed files with 112 additions and 25 deletions
@@ -221,6 +221,9 @@ class K2NativeCompilerArguments : CommonCompilerArguments() {
)
var fileToCache: String? = null
@Argument(value = "-Xmake-per-file-cache", description = "Force compiler to produce per-file cache")
var makePerFileCache: Boolean = false
@Argument(value = "-Xexport-kdoc", description = "Export KDoc in framework header")
var exportKDoc: Boolean = false