Revert "[K/N] add header_cache output type"
This reverts commit 84341a9e25.
This commit is contained in:
+1
-2
@@ -366,8 +366,7 @@ abstract class KotlinAndroidProjectExtension(project: Project) : KotlinSingleTar
|
||||
enum class NativeCacheKind(val produce: String?, val outputKind: CompilerOutputKind?) {
|
||||
NONE(null, null),
|
||||
DYNAMIC("dynamic_cache", CompilerOutputKind.DYNAMIC_CACHE),
|
||||
STATIC("static_cache", CompilerOutputKind.STATIC_CACHE),
|
||||
HEADER("header_cache", CompilerOutputKind.HEADER_CACHE);
|
||||
STATIC("static_cache", CompilerOutputKind.STATIC_CACHE);
|
||||
|
||||
companion object {
|
||||
fun byCompilerArgument(argument: String): NativeCacheKind? =
|
||||
|
||||
Reference in New Issue
Block a user