.KOTLIN_METADATA Přípona souboru

Kotlin App Metadata File

Vývojář JetBrains
Popularita
2.3  |  3 Hlasů
 

Co je soubor 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.

Další informace

Snímek obrazovky souboru .kotlin_metadata v File Viewer Plus
Soubor KOTLIN_METADATA otevřený v File Viewer Plus

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.

Jak otevřít soubor KOTLIN_METADATA

KOTLIN_METADATA files are not meant to be opened.

Otevřete více než 400 formátů souborů pomocí File Viewer Plus.Stáhnout zdarma

Programy, které otevírají soubory KOTLIN_METADATA

Nejsou dostupné žádné programy

Ověřil FileInfo.com

Tým FileInfo.com nezávisle prozkoumal formát souboru Kotlin App Metadata a aplikace uvedené na této stránce. Naším cílem je 100% přesnost a zveřejňujeme pouze informace o typech souborů, které jsme ověřili.

Pokud chcete navrhnout doplnění nebo aktualizaci této stránky, dejte nám vědět.