Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Warning updating Kotlin : File extension '*.klib' was reassigned to 'ARCHIVE'

When updating Kotlin this morning, Android Studio gave me this warning:

10:38 AM File type recognized: File extension '*.klib' was reassigned to 'ARCHIVE' Revert to plain text

What exactly does this message mean? Should I revert it to plain text?

like image 953
Denis Avatar asked Sep 20 '21 08:09

Denis


1 Answers

*.klib files are libraries that have been produced with the Kotlin/Native compiler. Thus they are correctly classified as a type of archive.

I received the same message while updating Kotlin, and I think that the message is should simply be ignored.

like image 50
demc19 Avatar answered Oct 17 '22 08:10

demc19