What is the file extension of Kotlin files?
.java
.kot
.kotlin
.kt
Correct Answer: D — .kt
Explanation:
Kotlin source files use the .kt extension. If the file is meant for scripting, the .kts extension can also be used.