.KOTLIN_METADATA 文件扩展名

Kotlin App Metadata File

开发者 JetBrains
受欢迎程度
2.3  |  3 
 

什么是 KOTLIN_METADATA 文件?

A KOTLIN_METADATA file is a metadata file created while building an Android application written using Kotlin. Under certain circumstances, Android app packagers create KOTLIN_METADATA files within an app's .APK file. Most apps do not require KOTLIN_METADATA files to function, so most developers choose to exclude them from their finalized APK files.

更多信息

在 File Viewer Plus 中打开的 .kotlin_metadata 文件截图
在 File Viewer Plus 中打开的 KOTLIN_METADATA 文件

Kotlin is a programming language developed by JetBrains. It is the primary programming language that developers use to create Android applications, in IDEs such as Google Android Studio.

When a developer packages a Kotlin-based app into an APK file, it is possible that the program they use to package their app will create one or more KOTLIN_METADATA files within the APK file. These KOTLIN_METADATA files, which are not necessary to an app's function unless the app uses kotlin-reflect to perform introspection at runtime, often bloat an app's file size. Thus, many developers update their app project's build.gradle file to include the following command, which prevents app packagers from creating KOTLIN_METADATA files (and other files whose extensions include .kotlin_):

packagingOptions.exclude '**/*.kotlin_*'

APK files that contain KOTLIN_METADATA files typically store them in the kotlin and kotlinx directories.

如何打开 KOTLIN_METADATA 文件

KOTLIN_METADATA files are not meant to be opened.

使用File Viewer Plus打开 400 多种文件格式。免费下载

可打开 KOTLIN_METADATA 文件的程序

没有可用的程序
分类: 开发者
更新时间: 2023-05-04

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的 Kotlin App Metadata 文件格式和 应用。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们