windows 文件扩展名 .kt ? 这是一个什么样的文件?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/17508114/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-09 10:40:04  来源:igfitidea点击:

file extension .kt ? What kind of file is this?

windowsfile-extension

提问by N mol

I am currently working on a project in which I came across files with extension .kt I am not able to figure out which tool can I use to know the contents of the file. I would be glad to if you can tell what .kt file actually mean and when is it used ? Thanks in advance.

我目前正在处理一个项目,在该项目中我遇到了扩展名为 .kt 的文件,但我不知道可以使用哪个工具来了解文件的内容。如果您能说出 .kt 文件的实际含义以及何时使用,我会很高兴?提前致谢。

回答by ZCoder

it might be from/for Kotlin: http://kotlin.jetbrains.org/it's a source code file for a programming language which "is a statically typed programming language that compiles to JVM byte codes and JavaScript." (according to their website)

它可能来自/对于 Kotlin:http: //kotlin.jetbrains.org/它是一种编程语言的源代码文件,它“是一种静态类型的编程语言,可编译为 JVM 字节代码和 JavaScript”。(根据他们的网站)