.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% 정확성이며, 검증한 파일 유형에 대한 정보만 게시합니다.

이 페이지에 추가하거나 업데이트할 내용을 제안하고 싶으시면 알려 주세요.