.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%の正確性であり、検証済みのファイルタイプに関する情報のみを公開しています。

このページへの追加や更新をご提案いただける場合は、お知らせください。